Searched refs:clts (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dsystem_32.h95 asm volatile ("clts");
184 #define clts() (native_clts()) macro
H A Dparavirt.h80 void (*clts)(void); member in struct:pv_cpu_ops
494 static inline void clts(void) function
496 PVOP_VCALL0(pv_cpu_ops.clts);
/external/qemu/target-i386/
H A Dhelper.h47 DEF_HELPER_0(clts, void)
/external/valgrind/main/perf/
H A Dtinycc.c3127 DEF_ASM_OP0(clts, 0x0f06)
3584 DEF_ASM_OP0(clts, 0x0f06)
4459 DEF_ASM_OP0(clts, 0x0f06)
4916 DEF_ASM_OP0(clts, 0x0f06)
15166 DEF_ASM_OP0(clts, 0x0f06)
15628 DEF_ASM_OP0(clts, 0x0f06)
/external/llvm/test/MC/X86/
H A Dx86-32-coverage.s1891 // CHECK: clts
1893 clts
11904 // CHECK: clts
11905 clts

Completed in 1516 milliseconds