Home
last modified time | relevance | path

Searched refs:SUB_W (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeARM_T2_32.c169 #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/
Dassyntax.h669 #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