Searched refs:EORI (Results 1 – 2 of 2) sorted by relevance
113 #define EORI 0xf0800000 macro633 return push_inst32(compiler, EORI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm); in emit_op_imm()2009 ins = (op == SLJIT_AND ? ANDI : (op == SLJIT_OR ? ORRI : EORI)); in sljit_emit_op_flags()
81 #define EORI 0xd2000000 macro607 inst_bits |= EORI; in emit_op_imm()
Completed in 21 milliseconds