Searched refs:SUB_W (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_T2_32.c | 169 #define SUB_W 0xeba00000 macro 821 return push_inst32(compiler, SUB_W | (flags & SET_FLAGS) | RD4(dst) | RN4(arg1) | RM4(arg2)); in emit_op_imm() 1274 return push_inst32(compiler, SUB_W | RD4(SLJIT_R1) | RN4(TMP_REG1) | RM4(SLJIT_R1)); in sljit_emit_op0()
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 669 #define SUB_W(a, b) CHOICE(subw ARG2(a,b), subw ARG2(a,b), _WTOG sub ARG2(b,a)) macro 1382 #define SUB_W(a, b) sub W_(b), W_(a) macro
|