Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp829 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); in printOperandAndFPInputMods() local
836 if (InputModifiers & SISrcMods::NEG) { in printOperandAndFPInputMods()
838 (InputModifiers & SISrcMods::ABS) == 0) { in printOperandAndFPInputMods()
849 if (InputModifiers & SISrcMods::ABS) in printOperandAndFPInputMods()
852 if (InputModifiers & SISrcMods::ABS) in printOperandAndFPInputMods()
882 unsigned InputModifiers = MI->getOperand(OpNo).getImm(); in printOperandAndIntInputMods() local
883 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()
886 if (InputModifiers & SISrcMods::SEXT) in printOperandAndIntInputMods()