Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h476 enum FPDecorationId { NONE, RTE, RTZ, RTP, RTN, SAT }; enumerator
483 {"rtn", FPDecorationId::RTN}, in demangledPostfixToDecorationId()
H A DSPIRVEmitIntrinsics.cpp1345 RoundingModeDeco = SPIRV::FPRoundingMode::FPRoundingMode::RTN; in useRoundingMode()
1920 case FPDecorationId::RTN: in insertAssignTypeIntrs()
1922 CI, SPIRV::FPRoundingMode::FPRoundingMode::RTN, B); in insertAssignTypeIntrs()
H A DSPIRVBuiltins.td1442 !not(!eq(!find(name, "_rtn"), -1)) : RTN,
1556 !not(!eq(!find(name, "_rtn"), -1)) : RTN,
H A DSPIRVSymbolicOperands.td1097 defm RTN : FPRoundingModeOperand<3>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td12684 def RTN : MOPSMemoryCopy<opcode, 0b10, 0b11, asm # "rtn">;
12703 def RTN : MOPSMemoryMove<opcode, 0b10, 0b11, asm # "rtn">;