Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp353 int addrr_opcode, addri_opcode; in processInstructionForSLM() local
359 addri_opcode = X86::ADD16ri; in processInstructionForSLM()
363 addri_opcode = X86::ADD32ri; in processInstructionForSLM()
368 addri_opcode = X86::ADD64ri32; in processInstructionForSLM()
389 NewMI = BuildMI(*MF, MI.getDebugLoc(), TII->get(addri_opcode)) in processInstructionForSLM()