Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeARM_T2_32.c96 #define ADC_W 0xeb400000 macro
812 return push_inst32(compiler, ADC_W | (flags & SET_FLAGS) | RD4(dst) | RN4(arg1) | RM4(arg2)); in emit_op_imm()
/external/mesa3d/src/mesa/x86/
Dassyntax.h385 #define ADC_W(a, b) CHOICE(adcw ARG2(a,b), adcw ARG2(a,b), _WTOG adc ARG2(b,a)) macro
1113 #define ADC_W(a, b) adc W_(b), W_(a) macro