Searched defs:DEF_ASM_OP1 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c3116 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0)
3242 ALT(DEF_ASM_OP1(pushw, 0x50, 0, OPC_REG | OPC_WL, OPT_REGW))
3243 ALT(DEF_ASM_OP1(pushw, 0xff, 6, OPC_MODRM | OPC_WL, OPT_REGW | OPT_EA))
3244 ALT(DEF_ASM_OP1(pushw, 0x6a, 0, OPC_WL, OPT_IM8S))
3245 ALT(DEF_ASM_OP1(pushw, 0x68, 0, OPC_WL, OPT_IM32))
3246 ALT(DEF_ASM_OP1(pushw, 0x06, 0, OPC_WL, OPT_SEG))
3248 ALT(DEF_ASM_OP1(popw, 0x58, 0, OPC_REG | OPC_WL, OPT_REGW))
3249 ALT(DEF_ASM_OP1(popw, 0x8f, 0, OPC_MODRM | OPC_WL, OPT_REGW | OPT_EA))
3250 ALT(DEF_ASM_OP1(popw, 0x07, 0, OPC_WL, OPT_SEG))
3258 ALT(DEF_ASM_OP1(in
3114 #define DEF_ASM_OP1 macro
3563 #undef DEF_ASM_OP1 macro
3571 #define DEF_ASM_OP1 macro
4020 #undef DEF_ASM_OP1 macro
4446 #define DEF_ASM_OP1 macro
4895 #undef DEF_ASM_OP1 macro
4903 #define DEF_ASM_OP1 macro
5352 #undef DEF_ASM_OP1 macro
15153 #define DEF_ASM_OP1 macro
15602 #undef DEF_ASM_OP1 macro
15615 #define DEF_ASM_OP1 macro
16064 #undef DEF_ASM_OP1 macro
[all...]

Completed in 340 milliseconds