Searched refs:callw (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86_64-encoding.s | 6 callw 42
|
/external/llvm/test/MC/X86/ |
D | x86_64-encoding.s | 6 callw 42
|
D | x86-16.s | 522 callw $0x7ace,$0x7ace label
|
D | x86-32.s | 660 callw $0x7ace,$0x7ace label
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 495 # CHECK: callw 789 # CHECK: callw -1
|
D | x86-32.txt | 57 # CHECK: callw -1
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrControl.td | 168 // callw for 16 bit code for the assembler. 172 "callw\t$dst", []>, OpSize;
|
D | X86InstrInfo.td | 1686 def : InstAlias<"callw $seg, $off", (FARCALL16i i16imm:$off, i16imm:$seg)>;
|
D | X86GenAsmMatcher.inc | 3090 { X86::CALLpcrel16, "callw", Convert__AbsMem1_0, { MCK_AbsMem }, 0}, 3091 { X86::FARCALL16i, "callw", Convert__Imm1_1__Imm1_0, { MCK_Imm, MCK_Imm }, 0},
|
D | X86GenAsmWriter.inc | 3847 "allq\t\000callw\t\000calll\t\000cbtw\000cltd\000cltq\000fchs\000clc\000"
|
D | X86GenAsmWriter1.inc | 3844 "bsr\t\000bswap\t\000bt\t\000btc\t\000btr\t\000bts\t\000call\t\000callw\t"
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2569 def : MnemonicAlias<"call", "callw", "att">, Requires<[In16BitMode]>; 2953 def : InstAlias<"callw\t$seg, $off", (FARCALL16i i16imm:$off, i16imm:$seg)>, Requires<[Not64BitMode…
|