HomeSort by relevance Sort by last modified time
    Searched refs:getBaseOpcodeFor (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 414 // getBaseOpcodeFor - This function returns the "base" X86 opcode for the
417 static inline unsigned char getBaseOpcodeFor(uint64_t TSFlags) {
X86MCCodeEmitter.cpp 881 unsigned char BaseOpcode = X86II::getBaseOpcodeFor(TSFlags);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 561 // getBaseOpcodeFor - This function returns the "base" X86 opcode for the
564 inline unsigned char getBaseOpcodeFor(uint64_t TSFlags) {
X86MCCodeEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 725 unsigned char BaseOpcode = X86II::getBaseOpcodeFor(Desc->TSFlags);
    [all...]

Completed in 115 milliseconds