Searched refs:clts (Results 1 – 9 of 9) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | system_32.h | 184 #define clts() (native_clts()) macro
|
D | paravirt.h | 80 void (*clts)(void); member 494 static inline void clts(void) in clts() function 496 PVOP_VCALL0(pv_cpu_ops.clts); in clts()
|
/external/qemu/target-i386/ |
D | helper.h | 47 DEF_HELPER_0(clts, void)
|
/external/elfutils/libcpu/defs/ |
D | i386 | 125 00001111,00000110:clts
|
/external/valgrind/main/perf/ |
D | tinycc.c | 3125 DEF_ASM_OP0(clts, 0x0f06) 3582 DEF_ASM_OP0(clts, 0x0f06) 4457 DEF_ASM_OP0(clts, 0x0f06) 4914 DEF_ASM_OP0(clts, 0x0f06) 15164 DEF_ASM_OP0(clts, 0x0f06) 15626 DEF_ASM_OP0(clts, 0x0f06)
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 1893 clts 11913 clts
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1481 def CLTS : I<0x06, RawFrm, (outs), (ins), "clts", [], IIC_CLTS>, TB;
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |