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

  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 379 static unsigned getADDriOpcode(unsigned is64Bit, int64_t Imm) {
430 unsigned Opc = getADDriOpcode(Is64Bit, Amount);
X86FrameLowering.cpp 70 static unsigned getADDriOpcode(unsigned is64Bit, int64_t Imm) {
158 : getADDriOpcode(Is64Bit, Offset);
    [all...]

Completed in 62 milliseconds