Searched refs:emit_mov (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_common.c | 699 static sljit_s32 emit_mov(struct sljit_compiler *compiler, 704 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw)); 878 static sljit_s32 emit_mov(struct sljit_compiler *compiler, in emit_mov() function 1508 return emit_mov(compiler, dst, dstw, src, srcw); in sljit_emit_op1() 1526 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw)); in sljit_emit_op1() 1552 return emit_mov(compiler, SLJIT_MEM1(SLJIT_SP), dstw, TMP_REG1, 0); in sljit_emit_op1() 1990 return emit_mov(compiler, dst, dstw, TMP_REG1, 0); 2241 return emit_mov(compiler, dst, dstw, TMP_REG1, 0); 2263 return emit_mov(compiler, dst, dstw, src1, src1w); 2497 return emit_mov(compiler, dst, dstw, TMP_REG1, 0); [all …]
|
D | sljitNativeX86_64.c | 643 return emit_mov(compiler, SLJIT_R2, 0, SLJIT_R0, 0); in call_with_args() 885 FAIL_IF(emit_mov(compiler, dst_r, 0, src, srcw)); in emit_mov_int()
|
D | sljitNativeX86_32.c | 240 return emit_mov(compiler, SLJIT_MEM1(SLJIT_SP), compiler->local_size, TMP_REG1, 0); in sljit_emit_enter()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitaluinstruction.h | 56 bool emit_mov(const nir_alu_instr& instr);
|
D | sfn_emitaluinstruction.cpp | 62 case nir_op_mov:return emit_mov(instr); in do_emit() 354 bool EmitAluInstruction::emit_mov(const nir_alu_instr& instr) in emit_mov() function in r600::EmitAluInstruction
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2030 emit_mov(struct svga_shader_emitter *emit, in emit_mov() function 2922 return emit_mov( emit, insn ); in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 9110 emit_mov(struct svga_shader_emitter_v10 *emit, in emit_mov() function 9316 return emit_mov(emit, inst); in emit_vgpu10_instruction()
|