Home
last modified time | relevance | path

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

/external/llvm/test/MC/ELF/
Drelax-arith4.s14 pushw $-128
15 pushw $127
24 pushw $foo
Drelax-arith2.s127 pushw $-128
128 pushw $127
Drelax-arith.s124 pushw $foo
/external/llvm/test/MC/Disassembler/X86/
Dx86-16.txt327 # CHECK: pushw %cs
330 # CHECK: pushw %ds
333 # CHECK: pushw %ss
336 # CHECK: pushw %es
339 # CHECK: pushw %fs
342 # CHECK: pushw %gs
345 # CHECK: pushw %cs
348 # CHECK: pushw %ds
351 # CHECK: pushw %ss
354 # CHECK: pushw %es
[all …]
/external/llvm/test/MC/X86/
Dx86-16.s421 pushw %cs label
424 pushw %ds label
427 pushw %ss label
430 pushw %es label
433 pushw %fs label
436 pushw %gs label
Dx86-32.s536 pushw %cs label
539 pushw %ds label
542 pushw %ss label
545 pushw %es label
548 pushw %fs label
551 pushw %gs label
Drelax-insn.s5 pushw $foo // CHECK: pushw label
Dx86-64.s900 pushw %fs label
903 pushw %gs label
Dx86-32-coverage.s217 pushw 0x7eed
10008 pushw $254
/external/valgrind/perf/
Dtinycc.c3035 DEF_ASM(pushw)
3240 ALT(DEF_ASM_OP1(pushw, 0x50, 0, OPC_REG | OPC_WL, OPT_REGW))
3241 ALT(DEF_ASM_OP1(pushw, 0xff, 6, OPC_MODRM | OPC_WL, OPT_REGW | OPT_EA))
3242 ALT(DEF_ASM_OP1(pushw, 0x6a, 0, OPC_WL, OPT_IM8S))
3243 ALT(DEF_ASM_OP1(pushw, 0x68, 0, OPC_WL, OPT_IM32))
3244 ALT(DEF_ASM_OP1(pushw, 0x06, 0, OPC_WL, OPT_SEG))
3697 ALT(DEF_ASM_OP1(pushw, 0x50, 0, OPC_REG | OPC_WL, OPT_REGW))
3698 ALT(DEF_ASM_OP1(pushw, 0xff, 6, OPC_MODRM | OPC_WL, OPT_REGW | OPT_EA))
3699 ALT(DEF_ASM_OP1(pushw, 0x6a, 0, OPC_WL, OPT_IM8S))
3700 ALT(DEF_ASM_OP1(pushw, 0x68, 0, OPC_WL, OPT_IM32))
[all …]
/external/valgrind/VEX/test/
Dtest-i386.c1188 static inline void pushw(struct vm86_regs *r, int val)
Dtest-amd64.c1228 static inline void pushw(struct vm86_regs *r, int val)
/external/mesa3d/src/mesa/x86/
Dassyntax.h576 #define PUSH_W(a) CHOICE(pushw a, pushw a, _WTOG push a)
/external/llvm/lib/Target/X86/
DX86InstrInfo.td2594 // FIXME: This is wrong for "push reg". "push %bx" should turn into pushw in
2597 def : MnemonicAlias<"push", "pushw", "att">, Requires<[In16BitMode]>;