Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c45 static InstructionContext contextForAttrs(uint8_t attrMask) { in contextForAttrs() function
655 instructionClass = contextForAttrs(attrMask); in getIDWithAttrMask()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp64 static InstructionContext contextForAttrs(uint16_t attrMask) { in contextForAttrs() function
797 InstructionContext instructionClass = contextForAttrs(attrMask); in getIDWithAttrMask()