Searched refs:OP_B (Results 1 – 1 of 1) sorted by relevance
163 #define OP_B(x) ((((x) & 0x07) << 24) | (((x) & 0x38) << 9)) macro252 (OPC_LD32 | LOAD_AA(AA_post) | LOAD_S9(4) | OP_B(ARC_R_SP))274 (OPC_ST32 | STORE_AA(AA_pre) | STORE_S9(-4) | OP_B(ARC_R_SP))661 const u32 insn = OPC_MOVI | OP_B(reg) | MOVI_S12(imm); in arc_movi_r()671 const u32 insn = OPC_MOV | OP_B(rd) | OP_C(rs); in arc_mov_r()681 const u32 insn = OPC_MOV | OP_B(rd) | OP_IMM; in arc_mov_i()696 const u32 insn = OPC_MOV | OP_B(rd) | OP_IMM; in arc_mov_i_fixed()708 const u32 insn = OPC_MOV_CC | OP_B(rd) | OP_C(rs) | COND(cc); in arc_mov_cc_r()718 const u32 insn = OPC_MOVU_CC | OP_B(rd) | OP_C(imm) | COND(cc); in arc_movu_cc_r()728 const u32 insn = OPC_SEXB | OP_B(rd) | OP_C(rs); in arc_sexb_r()[all …]