Searched refs:neg_hi (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 1007 vop3p->neg_hi[i] ^= opsel_hi ^ neg_lo; in propagate_constants_vop3p() 3433 bool neg_hi[3] = {instr->neg_hi[0], instr->neg_hi[1], instr->neg_hi[2]}; in propagate_swizzles() local 3437 instr->neg_lo[i] = neg_hi[i]; in propagate_swizzles() 3442 instr->neg_hi[i] = neg_lo[i]; in propagate_swizzles() 3502 bool neg_hi = fneg->neg_hi[0] ^ fneg->neg_hi[1]; in combine_vop3p() local 3503 vop3p->neg_lo[i] ^= opsel_lo ? neg_hi : neg_lo; in combine_vop3p() 3504 vop3p->neg_hi[i] ^= opsel_hi ? neg_hi : neg_lo; in combine_vop3p() 3575 fma->neg_hi[i] = mul->neg_hi[i]; in combine_vop3p() 3585 fma->neg_hi[2] = vop3p->neg_hi[add_op_idx]; in combine_vop3p() 3587 fma->neg_hi[1] = fma->neg_hi[1] ^ vop3p->neg_hi[1 - add_op_idx]; in combine_vop3p() [all …]
|
D | aco_opt_value_numbering.cpp | 232 if (a3P.neg_lo[i] != b3P.neg_lo[i] || a3P.neg_hi[i] != b3P.neg_hi[i]) in operator ()()
|
D | aco_print_ir.cpp | 703 abs[i] = vop3p.neg_hi[i]; in aco_print_instr() 735 if (vop3.neg_lo[i] && vop3.neg_hi[i]) in aco_print_instr() 739 else if (vop3.neg_hi[i]) in aco_print_instr()
|
D | aco_ir.h | 1427 bool neg_hi[3]; /* abs modifier, for v_mad_mix/v_fma_mix */ member 1764 if (vop3p.neg_lo[i] || vop3p.neg_hi[i]) in usesModifiers()
|
D | aco_assembler.cpp | 663 encoding |= vop3.neg_hi[i] << (8 + i); in emit_instruction()
|
D | aco_instruction_selection.cpp | 2360 sub.neg_hi[1] = true; in visit_alu_instr() 2535 vop3p->vop3p().neg_hi[0] = true; in visit_alu_instr() 2565 vop3p->vop3p().neg_hi[1] = true; in visit_alu_instr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOPInstructions.td | 296 // neg, neg_hi, op_sel put in srcN_modifiers 306 let Inst{8} = !if(P.HasSrc0Mods, src0_modifiers{1}, 0); // neg_hi src0 307 let Inst{9} = !if(P.HasSrc1Mods, src1_modifiers{1}, 0); // neg_hi src1 308 let Inst{10} = !if(P.HasSrc2Mods, src2_modifiers{1}, 0); // neg_hi src2
|
D | SIInstrInfo.td | 1096 def neg_hi : NamedOperandU32Default0<"NegHi", NamedMatchClass<"NegHi">>; 1690 neg_lo:$neg_lo, neg_hi:$neg_hi), 1694 neg_lo:$neg_lo, neg_hi:$neg_hi)), 1702 neg_lo:$neg_lo, neg_hi:$neg_hi), 1707 neg_lo:$neg_lo, neg_hi:$neg_hi)) 1921 string mods = !if(HasModifiers, "$neg_lo$neg_hi", "");
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 1420 ir_variable *neg_hi = in imul_high_to_mul() local 1424 i.insert_before(neg_hi); in imul_high_to_mul() 1425 i.insert_before(assign(neg_hi, add(bit_not(u2i(hi)), in imul_high_to_mul() 1431 ir->operands[1] = new(ir) ir_dereference_variable(neg_hi); in imul_high_to_mul()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 6394 int NegHiIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::neg_hi); in cvtVOP3P()
|