Home
last modified time | relevance | path

Searched refs:emit_mov (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c699 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 …]
DsljitNativeX86_64.c643 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()
DsljitNativeX86_32.c240 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/
Dsfn_emitaluinstruction.h56 bool emit_mov(const nir_alu_instr& instr);
Dsfn_emitaluinstruction.cpp62 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/
Dsvga_tgsi_insn.c2030 emit_mov(struct svga_shader_emitter *emit, in emit_mov() function
2922 return emit_mov( emit, insn ); in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c9110 emit_mov(struct svga_shader_emitter_v10 *emit, in emit_mov() function
9316 return emit_mov(emit, inst); in emit_vgpu10_instruction()