Searched defs:emit_const (Results 1 – 8 of 8) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_32.c | 142 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() function
|
D | sljitNativePPC_32.c | 247 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 | 344 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 | 439 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 | 392 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, 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/gallium/drivers/svga/ |
D | svga_state_constants.c | 274 emit_const(struct svga_context *svga, enum pipe_shader_type shader, unsigned i, in emit_const() function
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_context.h | 272 void (*emit_const)(struct fd_ringbuffer *ring, enum shader_t type, member
|