Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1113 bool isSImm9OffsetFB() const { in isSImm9OffsetFB() function in __anon26fd99540211::AArch64Operand
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1362 bool isSImm9OffsetFB() const { in isSImm9OffsetFB() function in __anonf77cce8c0111::AArch64Operand
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1802 let PredicateMethod = "isSImm9OffsetFB<" # Width # ">";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2009 let PredicateMethod = "isSImm9OffsetFB<" # Width # ">";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc9003 DiagnosticPredicate DP(Operand.isSImm9OffsetFB<128>());
9010 DiagnosticPredicate DP(Operand.isSImm9OffsetFB<16>());
9017 DiagnosticPredicate DP(Operand.isSImm9OffsetFB<32>());
9024 DiagnosticPredicate DP(Operand.isSImm9OffsetFB<64>());
9031 DiagnosticPredicate DP(Operand.isSImm9OffsetFB<8>());