Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c648 static int getIDWithAttrMask(uint16_t* instructionID, in getIDWithAttrMask() function
777 if (getIDWithAttrMask(&instructionID, insn, attrMask)) in getID()
795 if (getIDWithAttrMask(&instructionIDWithWBit, in getID()
830 if (getIDWithAttrMask(&instructionIDWithOpsize, in getID()
871 if (getIDWithAttrMask(&instructionIDWithNewOpcode, in getID()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp792 static int getIDWithAttrMask(uint16_t* instructionID, in getIDWithAttrMask() function
1021 if (getIDWithAttrMask(&instructionID, insn, attrMask)) in getID()
1040 if (getIDWithAttrMask(&instructionIDWithREXW, in getID()
1075 if (getIDWithAttrMask(&instructionID, insn, attrMask)) in getID()
1099 if (getIDWithAttrMask(&instructionIDWithOpsize, in getID()
1142 if (getIDWithAttrMask(&instructionIDWithNewOpcode, in getID()