Searched refs:RTN (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVUtils.h | 476 enum FPDecorationId { NONE, RTE, RTZ, RTP, RTN, SAT }; enumerator 483 {"rtn", FPDecorationId::RTN}, in demangledPostfixToDecorationId()
|
| H A D | SPIRVEmitIntrinsics.cpp | 1345 RoundingModeDeco = SPIRV::FPRoundingMode::FPRoundingMode::RTN; in useRoundingMode() 1920 case FPDecorationId::RTN: in insertAssignTypeIntrs() 1922 CI, SPIRV::FPRoundingMode::FPRoundingMode::RTN, B); in insertAssignTypeIntrs()
|
| H A D | SPIRVBuiltins.td | 1442 !not(!eq(!find(name, "_rtn"), -1)) : RTN, 1556 !not(!eq(!find(name, "_rtn"), -1)) : RTN,
|
| H A D | SPIRVSymbolicOperands.td | 1097 defm RTN : FPRoundingModeOperand<3>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 12684 def RTN : MOPSMemoryCopy<opcode, 0b10, 0b11, asm # "rtn">; 12703 def RTN : MOPSMemoryMove<opcode, 0b10, 0b11, asm # "rtn">;
|