Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c3112 #define DEF_ASM_OP0(name, opcode) DEF_ASM(name) macro
3120 DEF_ASM_OP0(pusha, 0x60) /* must be first OP0 */
3121 DEF_ASM_OP0(popa, 0x61)
3122 DEF_ASM_OP0(clc, 0xf8)
3123 DEF_ASM_OP0(cld, 0xfc)
3124 DEF_ASM_OP0(cli, 0xfa)
3125 DEF_ASM_OP0(clts, 0x0f06)
3126 DEF_ASM_OP0(cmc, 0xf5)
3127 DEF_ASM_OP0(lahf, 0x9f)
3128 DEF_ASM_OP0(sahf, 0x9e)
[all …]