Searched refs:AddrOffset (Results 1 – 4 of 4) sorted by relevance
297 int AddrOffset = X86II::getMemoryOperandNo(Descl.TSFlags); in getAddrOffset() local298 assert(AddrOffset != -1 && "Expected Memory Operand"); in getAddrOffset()299 AddrOffset += X86II::getOperandBias(Descl); in getAddrOffset()300 return AddrOffset; in getAddrOffset()304 int AddrOffset = getAddrOffset(MI); in getBaseOperand() local305 return MI->getOperand(AddrOffset + X86::AddrBaseReg); in getBaseOperand()309 int AddrOffset = getAddrOffset(MI); in getDispOperand() local310 return MI->getOperand(AddrOffset + X86::AddrDisp); in getDispOperand()317 int AddrOffset = getAddrOffset(MI); in isRelevantAddressingMode() local320 MachineOperand &Scale = MI->getOperand(AddrOffset + X86::AddrScaleAmt); in isRelevantAddressingMode()[all …]
384 int AddrOffset = X86II::getMemoryOperandNo(Desc.TSFlags); in processInstruction() local385 if (AddrOffset >= 0) { in processInstruction()386 AddrOffset += X86II::getOperandBias(Desc); in processInstruction()387 MachineOperand &p = MI.getOperand(AddrOffset + X86::AddrBaseReg); in processInstruction()391 MachineOperand &q = MI.getOperand(AddrOffset + X86::AddrIndexReg); in processInstruction()
304 int AddrOffset = X86II::getMemoryOperandNo(Desc.TSFlags); in processInstruction() local305 if (AddrOffset >= 0) { in processInstruction()306 AddrOffset += X86II::getOperandBias(Desc); in processInstruction()307 MachineOperand &p = MI.getOperand(AddrOffset + X86::AddrBaseReg); in processInstruction()311 MachineOperand &q = MI.getOperand(AddrOffset + X86::AddrIndexReg); in processInstruction()
669 uint64_t AddrOffset = in parse() local671 State.Row.Address += AddrOffset; in parse()673 *OS << " (" << AddrOffset << ")"; in parse()727 uint64_t AddrOffset = in parse() local729 State.Row.Address += AddrOffset; in parse()732 << format(" (0x%16.16" PRIx64 ")", AddrOffset); in parse()826 uint64_t AddrOffset = in parse() local831 State.Row.Address += AddrOffset; in parse()