| /external/qemu/target-i386/ |
| TODO | 5 - x86_64: lcall/ljmp intel/amd differences ? 11 - fix some 16 bit sp push/pop overflow (pusha/popa, lcall lret)
|
| translate.c | [all...] |
| /external/grub/netboot/ |
| pci.c | 109 "lcall (%%edi)" 111 "lcall *(%%edi)" 145 "lcall (%%esi)\n\t" 147 "lcall *(%%esi)\n\t" 172 "lcall (%%esi)\n\t" 174 "lcall *(%%esi)\n\t" 199 "lcall (%%esi)\n\t" 201 "lcall *(%%esi)\n\t" 226 "lcall (%%esi)\n\t" 228 "lcall *(%%esi)\n\t [all...] |
| /external/llvm/test/CodeGen/X86/ |
| inline-asm-out-regs.ll | 17 %asmtmp.i.i = tail call { i32, i32, i32, i32 } asm "lcall *(%edi); cld\0A\09jc 1f\0A\09xor %ah, %ah\0A1:", "={dx},={ax},={bx},={cx},1,{di},~{dirflag},~{fpsr},~{flags},~{memory}"(i32 45313, { }* @pci_indirect) nounwind ; <{ i32, i32, i32, i32 }> [#uses=2]
|
| /external/llvm/lib/Target/X86/ |
| X86InstrControl.td | 178 "lcall{w}\t{$seg, $off|$off, $seg}", [], 182 "lcall{l}\t{$seg, $off|$off, $seg}", [], 186 "lcall{w}\t{*}$dst", [], IIC_CALL_FAR_MEM>, OpSize, 189 "lcall{l}\t{*}$dst", [], IIC_CALL_FAR_MEM>, 252 "lcall{q}\t{*}$dst", [], IIC_CALL_FAR_MEM>;
|
| X86InstrInfo.td | [all...] |
| X86InstrFormats.td | 316 // their only operand: lcall (FAR CALL) and ljmp (FAR JMP) [all...] |
| /external/libvpx/libvpx/examples/includes/geshi/geshi/ |
| pic16.php | 53 'iorlw','iorwf','lcall','lgoto','movf','movfw','movlw','movwf',
|
| mpasm.php | 71 'bnc', 'bndc', 'bnz', 'bz', 'clrc', 'clrdc', 'clrz', 'lcall', 'lgoto', 'movfw',
|
| /external/llvm/tools/llvm-diff/ |
| DifferenceEngine.cpp | 608 CallInst *LCall = cast<CallInst>(&*I); 610 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) 612 if (!LCall->use_empty()) 613 Values[LCall] = RInvoke;
|
| /external/elfutils/libcpu/ |
| ChangeLog | 160 Fix lcall, dec, div, idiv, imul, inc, jmp, ljmp, mul, neg, not, push, 189 * defs/i386: Use absval instead of abs of lcall and ljmp.
|
| /external/grub/ |
| acinclude.m4 | 163 lcall *(offset)
|
| /external/valgrind/main/docs/internals/ |
| 3_3_BUGSTATUS.txt | 66 (this is a "lcall" or callf -- far call)
|
| /external/valgrind/main/VEX/test/ |
| test-amd64.c | 1104 asm volatile ("lcall %1, %2" 1108 asm volatile ("lcall %2, %3" 1112 asm volatile ("lcall %1, %2" [all...] |
| test-i386.c | 1066 asm volatile ("lcall %1, %2" 1070 asm volatile ("lcall %2, %3" 1074 asm volatile ("lcall %1, %2" [all...] |
| /external/elfutils/libcpu/defs/ |
| i386 | 114 `10011010,{absval},{sel}:lcall {sel},{absval} 116 11111111,{mod}011{64r_m}:lcall{W} *{mod}{64r_m} [all...] |
| /external/grub/stage2/ |
| asm.S | 339 .byte 0x9a /* lcall */ 701 /* lcall */ [all...] |
| /external/llvm/test/MC/X86/ |
| x86-32.s | 602 lcall $0x7ace,$0x7ace label
|
| x86-64.s | 378 lcall *0xbadeface label
|
| /external/valgrind/main/perf/ |
| tinycc.c | [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
| assyntax.h | 409 #define CALLF(s,a) CHOICE(lcall ARG2(s,a), lcall ARG2(s,a), callf s:a) [all...] |
| /external/mesa3d/src/mesa/x86/ |
| assyntax.h | 409 #define CALLF(s,a) CHOICE(lcall ARG2(s,a), lcall ARG2(s,a), callf s:a) [all...] |
| /external/elfutils/tests/ |
| testfile44.expect.bz2 | |
| /external/chromium_org/third_party/yasm/source/patched-yasm/ |
| x86insn_gas.gperf | [all...] |
| /external/qemu/ |
| i386-dis.c | 141 /* max immediates per insn (lcall, ljmp, insertq, extrq) */ [all...] |