Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/delocate/
Ddelocate.peg58 Instruction <- InstructionName (WS InstructionArg ((WS? ',' WS?) InstructionArg)*)?
59 InstructionName <- [[A-Z]][[A-Z0-9]]* [.+\-]?
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1647 bool isValidPointerType(Ice::Operand *Op, const char *InstructionName) { in isValidPointerType() argument
1653 StrBuf << InstructionName << " address not " << PtrType in isValidPointerType()
1661 bool isValidLoadStoreType(Ice::Type Ty, const char *InstructionName) { in isValidLoadStoreType() argument
1666 StrBuf << InstructionName << " type not allowed: " << Ty << "*"; in isValidLoadStoreType()
1674 const char *InstructionName) { in isValidLoadStoreAlignment() argument
1675 if (!isValidLoadStoreType(Ty, InstructionName)) in isValidLoadStoreAlignment()
1681 StrBuf << InstructionName << " " << Ty << "*: not allowed for alignment " in isValidLoadStoreAlignment()