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

/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_32.c344 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) function
H A DsljitNativePPC_32.c247 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) function
H A DsljitNativeSPARC_32.c142 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) function
H A DsljitNativeMIPS_64.c439 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) function
H A DsljitNativePPC_64.c392 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) function
H A DsljitNativeTILEGX_64.c1143 static sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm, int flush) function
2339 FAIL_IF(emit_const(compiler, reg_map[PIC_ADDR_REG], srcw, 1));
2372 FAIL_IF(emit_const(compiler, TMP_REG2_mapped, 0, 1));
2474 PTR_FAIL_IF(emit_const(compiler, TMP_REG2_mapped, 0, 1));
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_constants.c274 emit_const(struct svga_context *svga, enum pipe_shader_type shader, unsigned i, function
484 ret = emit_const( svga, shader, offset + i, data[i] );
530 ret = emit_const(svga, shader, offset + i, extras[i]);
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h272 void (*emit_const)(struct fd_ringbuffer *ring, enum shader_t type, member in struct:fd_context

Completed in 1286 milliseconds