Home
last modified time | relevance | path

Searched refs:src1_neg (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c67 uint32_t src1_neg : 1; member
565 .neg = instr->src1_neg, in print_instr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td106 bits<1> src1_neg;
109 let Word0{25} = src1_neg;
DR600ExpandSpecialInstrs.cpp279 SetFlagInNewMI(NewMI, &MI, R600::OpName::src1_neg); in runOnMachineFunction()
DR600InstrInfo.cpp1304 OPERAND_CASE(R600::OpName::src1_neg) in getSlotedOps()
1343 R600::OpName::src1_neg, in buildSlotOfVectorInstruction()
1427 FlagIndex = getOperandIdx(MI, R600::OpName::src1_neg); in getFlagOp()
DR600Instructions.td121 let src1_neg = 0;
150 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, ABS:$src1_abs, SEL:$src1_sel,
156 "$src1_neg$src1_abs$src1$src1_abs$src1_rel, "
190 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, SEL:$src1_sel,
196 "$src1_neg$src1$src1_rel, "
DEvergreenInstructions.td483 let src1_neg = 0;
DVOPInstructions.td588 let Inst{54} = !if(P.HasSrc1Mods, src1_modifiers{0}, 0); // src1_neg
DR600ISelLowering.cpp2273 TII->getOperandIdx(Opcode, R600::OpName::src1_neg), in PostISelFolding()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c590 unsigned src1_neg = inst_add->U.I.SrcReg[1].Negate & dstmask; in peephole_add_presub_add() local
608 if (inst_add->U.I.SrcReg[1].Negate && src1_neg != dstmask) in peephole_add_presub_add()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4723 bool src1_neg = ctx->src[1].neg; in tgsi_op2_s() local
4724 if (op == ALU_OP2_ADD_INT && src1_neg) { in tgsi_op2_s()
4725 src1_neg = false; in tgsi_op2_s()
4746 alu.src[1].neg = src1_neg; in tgsi_op2_s()