Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp281 int addrr_opcode, addri_opcode; in processInstructionForSLM() local
285 addrr_opcode = X86::ADD16rr; in processInstructionForSLM()
289 addrr_opcode = X86::ADD32rr; in processInstructionForSLM()
294 addrr_opcode = X86::ADD64rr; in processInstructionForSLM()
306 NewMI = BuildMI(*MF, MI->getDebugLoc(), TII->get(addrr_opcode)) in processInstructionForSLM()