Searched refs:OP_C (Results 1 – 1 of 1) sorted by relevance
164 #define OP_C(x) (((x) & 0x03f) << 6) macro165 #define OP_IMM (OP_C(ARC_R_IMM))292 #define ADDI_U6(x) OP_C(x)310 #define ADCI_U6(x) OP_C(x)329 #define SUBI_U6(x) OP_C(x)515 #define BTST_U6(x) (OP_C((x) & 63))529 #define ASLI_U6(x) OP_C((x) & 31)584 #define OPC_J_BLINK (OPC_JMP | OP_C(ARC_R_BLINK))671 const u32 insn = OPC_MOV | OP_B(rd) | OP_C(rs); in arc_mov_r()708 const u32 insn = OPC_MOV_CC | OP_B(rd) | OP_C(rs) | COND(cc); in arc_mov_cc_r()[all …]