Searched refs:SUBS (Results 1 – 2 of 2) sorted by relevance
172 #define SUBS 0xeb000000 macro1076 return push_inst(compiler, SUBS | RD(TMP_ZERO) | RN(TMP_LR) | RM(dst) | (2 << 22) | (63 << 10)); in emit_op_imm()1080 return push_inst(compiler, SUBS | RD(TMP_ZERO) | RN(TMP_LR) | RM(dst) | (2 << 22) | (63 << 10)); in emit_op_imm()1118 return push_inst(compiler, (SUBS ^ inv_bits) | RD(TMP_ZERO) | RN(dst) | RM(TMP_ZERO)); in emit_op_imm()3323 cmp = (SUBS ^ W_OP) | RD(TMP_ZERO); in sljit_emit_atomic_store()
201 #define SUBS 0x1a00 macro1089 return push_inst16(compiler, SUBS | RD3(dst) | RN3(arg1) | RM3(arg2)); in emit_op_imm()
Completed in 45 milliseconds