Searched refs:cbw (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 138 "cbw", 0x98, RawFrm,
|
/external/llvm/lib/Target/X86/ |
D | X86InstrExtension.td | 17 "{cbtw|cbw}", [], IIC_CBW>, OpSize16; // AX = signext(AL)
|
D | X86InstrInfo.td | 2477 def : MnemonicAlias<"cbw", "cbtw", "att">;
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 475 cbw // CHECK: cbtw label
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 410 #define CBW CHOICE(cbtw, cbw, cbw) 1146 #define CBW cbw
|
/external/valgrind/none/tests/x86/ |
D | insn_basic.def | 174 cbw al.sb[123] : => ax.sw[123] 175 cbw al.sb[-123] : => ax.sw[-123]
|
/external/valgrind/none/tests/amd64/ |
D | insn_basic.def | 222 cbw al.sb[123] : => ax.sw[123] 223 cbw al.sb[-123] : => ax.sw[-123]
|
/external/valgrind/perf/ |
D | tinycc.c | 3142 DEF_ASM_OP0(cbw, 0x6698) 3599 DEF_ASM_OP0(cbw, 0x6698) 4474 DEF_ASM_OP0(cbw, 0x6698) 4931 DEF_ASM_OP0(cbw, 0x6698) 15181 DEF_ASM_OP0(cbw, 0x6698) 15643 DEF_ASM_OP0(cbw, 0x6698)
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1676 def : MnemonicAlias<"cbw", "cbtw">;
|