Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp158 case X86::IRET: { in ExpandMI()
DX86ISelLowering.h126 IRET, enumerator
DX86InstrControl.td67 def IRET : PseudoI<(outs), (ins i32imm:$adj), [(X86iret timm:$adj)]>;
DX86InstrInfo.td173 def X86iret : SDNode<"X86ISD::IRET", SDTX86Ret,
DX86ISelLowering.cpp2218 opcode = X86ISD::IRET; in LowerReturn()
22110 case X86ISD::IRET: return "X86ISD::IRET"; in getTargetNodeName()
/external/syslinux/core/
Dcallback.inc101 ; routine returned with RET, RETF or IRET
/external/clang/include/clang/Basic/
DAttrDocs.td2126 The 'IRET' instruction, instead of the 'RET' instruction, is used to return
2128 register which is restored by the 'IRET' instruction, are preserved by the
2165 and compiler pops 'ERROR_CODE' off stack before the 'IRET' instruction.
/external/mesa3d/src/mesa/x86/
Dassyntax.h466 #define IRET CHOICE(iret, iret, iret) macro
1185 #define IRET iret macro