Searched refs:SUB_W (Results 1 – 2 of 2) sorted by relevance
155 #define SUB_W 0xeba00000 macro742 return push_inst32(compiler, SUB_W | (flags & SET_FLAGS) | RD4(dst) | RN4(arg1) | RM4(arg2)); in emit_op_imm()
669 #define SUB_W(a, b) CHOICE(subw ARG2(a,b), subw ARG2(a,b), _WTOG sub ARG2(b,a)) macro1390 #define SUB_W(a, b) sub W_(b), W_(a) macro