Searched defs:emit_const (Results 1 – 6 of 6) 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 | 468 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 | 419 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 | 515 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… 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
|