Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp353 int addrr_opcode, addri_opcode; in processInstructionForSLM() local
358 addrr_opcode = X86::ADD16rr; in processInstructionForSLM()
362 addrr_opcode = X86::ADD32rr; in processInstructionForSLM()
367 addrr_opcode = X86::ADD64rr; in processInstructionForSLM()
379 NewMI = BuildMI(*MF, MI.getDebugLoc(), TII->get(addrr_opcode)) in processInstructionForSLM()