Home
last modified time | relevance | path

Searched refs:opsel_hi (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_print_ir.cpp750 if ((vop3->opsel_lo & (1 << i)) || !(vop3->opsel_hi & (1 << i))) { in aco_print_instr()
753 vop3->opsel_hi & (1 << i) ? 'y' : 'x'); in aco_print_instr()
Daco_assembler.cpp615 encoding |= (vop3->opsel_hi & 0x4) ? 1 : 0 << 14; in emit_instruction()
623 encoding |= vop3->opsel_hi & 0x3 << 27; in emit_instruction()
Daco_ir.h1048 uint8_t opsel_hi : 3; member
1357 return vop3p->opsel_lo || vop3p->opsel_hi || vop3p->clamp; in usesModifiers()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOP3PInstructions.td19 // VOP3 neg/abs and VOP3P opsel/opsel_hi modifiers are allowed.
/external/llvm-project/llvm/lib/Target/AMDGPU/
DVOP3PInstructions.td21 // VOP3 neg/abs and VOP3P opsel/opsel_hi modifiers are allowed.