Searched defs:push_inst (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_32.c | 167 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst() function 373 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_uw inst) in push_inst() function
|
D | sljitNativeTILEGX_64.c | 350 #define push_inst(a, b) push_inst_debug(a, b, __LINE__) macro 352 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() function
|
D | sljitNativeSPARC_common.c | 188 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst() function
|
D | sljitNativeARM_64.c | 127 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() function
|
D | sljitNativeMIPS_common.c | 204 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_s32 delay_slot) in push_inst() function
|
D | sljitNativePPC_common.c | 243 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) in push_inst() function
|