HomeSort by relevance Sort by last modified time
    Searched full:iret (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
suffix.s 15 iret
22 iret
x86-64-suffix.s 15 iret
24 iret
  /external/llvm/test/CodeGen/X86/
x86-interrupt_vzeroupper.ll 5 ;; before iret.
11 ; CHECK: iret
x86-interrupt_cc.ll 25 ; CHECK: iret
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
InterruptTable.asm 48 DB 0cfh ; IRET
51 DB 0cfh ; IRET
54 DB 0cfh ; IRET
57 DB 0cfh ; IRET
60 DB 0cfh ; IRET
63 DB 0cfh ; IRET
66 DB 0cfh ; IRET
69 DB 0cfh ; IRET
InterruptTable.nasm 47 DB 0xcf ; IRET
50 DB 0xcf ; IRET
53 DB 0xcf ; IRET
56 DB 0xcf ; IRET
59 DB 0xcf ; IRET
62 DB 0xcf ; IRET
65 DB 0xcf ; IRET
68 DB 0xcf ; IRET
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
InterruptTable.S 48 .byte 0x0cf # IRET
51 .byte 0x0cf # IRET
54 .byte 0x0cf # IRET
57 .byte 0x0cf # IRET
60 .byte 0x0cf # IRET
63 .byte 0x0cf # IRET
66 .byte 0x0cf # IRET
69 .byte 0x0cf # IRET
InterruptTable.asm 46 DB 0cfh ; IRET
49 DB 0cfh ; IRET
52 DB 0cfh ; IRET
55 DB 0cfh ; IRET
58 DB 0cfh ; IRET
61 DB 0cfh ; IRET
64 DB 0cfh ; IRET
67 DB 0cfh ; IRET
InterruptTable.nasm 48 DB 0xcf ; IRET
51 DB 0xcf ; IRET
54 DB 0xcf ; IRET
57 DB 0xcf ; IRET
60 DB 0xcf ; IRET
63 DB 0xcf ; IRET
66 DB 0xcf ; IRET
69 DB 0xcf ; IRET
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
LegacyBiosThunk.c 76 0x90CF08CD, // INT8; IRET; NOP
77 0x90CF09CD, // INT9; IRET; NOP
78 0x90CF0ACD, // INTA; IRET; NOP
79 0x90CF0BCD, // INTB; IRET; NOP
80 0x90CF0CCD, // INTC; IRET; NOP
81 0x90CF0DCD, // INTD; IRET; NOP
82 0x90CF0ECD, // INTE; IRET; NOP
83 0x90CF0FCD // INTF; IRET; NOP
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 1112 typedef typename Traits<Ret>::IVal IRet;
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1146 typedef typename Traits<Ret>::IVal IRet;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
slist.cpp 113 int iRet = vfprintf(pFile, pFormat, marker);
115 return iRet;
DLexerBase.cpp 294 int iRet = 0;
298 iRet = vfprintf(pFile, pFormat, marker);
301 return iRet;
  /external/pdfium/fxjs/xfa/
cjx_form.cpp 120 int32_t iRet =
122 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));
cjx_hostpseudomodel.cpp 295 bool iRet = pScriptContext->ResolveObjects(
298 if (!iRet || !resolveNodeRS.objects.front()->IsNode())
391 bool iRet = pScriptContext->ResolveObjects(pObject, wsName.AsStringView(),
393 if (!iRet || !resolveNodeRS.objects.front()->IsNode())
455 bool iRet = pScriptContext->ResolveObjects(
458 if (!iRet || !resolveNodeRS.objects.front()->IsNode())
  /external/syslinux/com32/gdbstub/
int.S 77 iret
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undiisr.S 76 iret
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 221 iret
227 iret
233 iret
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h     [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.cpp 815 int32_t iRet = 0;
818 iRet = WriteDoc_Stage1();
820 iRet = WriteDoc_Stage2();
822 iRet = WriteDoc_Stage3();
824 iRet = WriteDoc_Stage4();
826 if (iRet < m_iStage)
830 if (iRet < 1 || m_iStage == 100) {
832 return iRet > 99 ? 0 : (iRet < 1 ? -1 : iRet);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.cpp     [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
ucontext.h 26 * new SS = saved SS (will fail IRET and signal if invalid)
vm86.h 37 #define VM86_STI 3 /* sti/popf/iret instruction enabled
  /external/linux-kselftest/tools/testing/selftests/x86/
syscall_nt.c 85 * Now try it again with TF set -- TF forces returns via IRET in all

Completed in 2509 milliseconds

1 2 3 4 5 6 7 8 9