Searched defs:emit_const (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 252 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const() function
|
D | sljitNativeSPARC_32.c | 260 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() function
|
D | sljitNativePPC_64.c | 471 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const() function
|
D | sljitNativeMIPS_32.c | 418 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() function
|
D | sljitNativeMIPS_64.c | 514 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() function
|
D | sljitNativeTILEGX_64.c | 1143 static sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm, int fl… in emit_const() function
|
/external/mesa3d/src/freedreno/computerator/ |
D | a6xx.c | 186 emit_const(struct fd_ringbuffer *ring, uint32_t regid, in emit_const() function
|