Home
last modified time | relevance | path

Searched defs:emit_const (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_32.c142 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() function
DsljitNativePPC_32.c247 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const() function
DsljitNativeMIPS_32.c344 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() function
DsljitNativeMIPS_64.c439 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const() function
DsljitNativePPC_64.c392 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const() function
DsljitNativeTILEGX_64.c1143 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/
Dsvga_state_constants.c274 emit_const(struct svga_context *svga, enum pipe_shader_type shader, unsigned i, in emit_const() function
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h272 void (*emit_const)(struct fd_ringbuffer *ring, enum shader_t type, member