Home
last modified time | relevance | path

Searched refs:src1_reg (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp199 void emit_int64_dpp_op(lower_context *ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, in emit_int64_dpp_op() argument
208 Operand src1[] = {Operand(src1_reg, v1), Operand(PhysReg{src1_reg+1}, v1)}; in emit_int64_dpp_op()
209 Operand src1_64 = Operand(src1_reg, v2); in emit_int64_dpp_op()
308 void emit_int64_op(lower_context *ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg… in emit_int64_op() argument
314 Operand src1[] = {Operand(src1_reg, v1), Operand(PhysReg{src1_reg+1}, v1)}; in emit_int64_op()
316 Operand src1_64 = Operand(src1_reg, v2); in emit_int64_op()
372 if (src1_reg == dst_reg) { in emit_int64_op()
374 std::swap(src0_reg, src1_reg); in emit_int64_op()
379 assert(!(src0_reg == src1_reg)); in emit_int64_op()
389 Definition tmp1_def(PhysReg{src1_reg+1}, v1); in emit_int64_op()
[all …]
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c64 uint32_t src1_reg : 9; member
568 .reg = instr->src1_reg, in print_instr()
/external/mesa3d/src/panfrost/midgard/
Ddisassemble.c688 if (reg_info->src1_reg == 26) in print_vector_field()
691 print_vector_src(fp, alu_field->src1, mode, reg_info->src1_reg, override, is_int); in print_vector_field()
770 if (reg_info->src1_reg == 26) in print_scalar_field()
773 print_scalar_src(fp, is_int, alu_field->src1, reg_info->src1_reg); in print_scalar_field()
Dmidgard.h300 unsigned src1_reg : 5; member
Dmidgard_emit.c761 .src1_reg = (ins->src[0] == ~0 ? in emit_alu_bundle()
/external/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h160 uint8_t src1_reg : 6; member
Ddisasm-a2xx.c245 print_srcreg(alu->src1_reg, alu->src1_sel, alu->src1_swiz, in disasm_alu()
/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c1551 sljit_s32 src1_reg; in emit_op() local
1626 src1_reg = src1; in emit_op()
1629 src1_reg = TMP_REG1; in emit_op()
1633 src1_reg = TMP_REG1; in emit_op()
1664 FAIL_IF(emit_single_op(compiler, op, flags, dst_reg, src1_reg, src2_reg)); in emit_op()