Searched refs:OP_B (Results 1 – 1 of 1) sorted by relevance
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()749 OP_B(reg_mem) | STORE_S9(off); in arc_st_r()770 OP_B(reg_mem) | LOAD_S9(off); in arc_ld_r()781 OP_B(reg_mem) | LOAD_S9(off); in arc_ldx_r()925 const u32 insn = OPC_CMP | OP_B(rb) | OP_C(rc); in arc_cmp_r()952 const u32 insn = OPC_NEG | OP_A(ra) | OP_B(rb); in arc_neg_r()1116 const u32 insn = OPC_TST | OP_B(rd) | OP_C(rs); in arc_tst_r()1149 const u32 insn = OPC_ORI | OP_A(rd) | OP_B(rd); in arc_or_i()[all …]