Searched refs:DEF_ASM_OP3 (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/perf/ |
H A D | tinycc.c | 3118 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) 3299 ALT(DEF_ASM_OP3(imulw, 0x6b, 0, OPC_MODRM | OPC_WL, OPT_IM8S, OPT_REGW | OPT_EA, OPT_REGW)) 3301 ALT(DEF_ASM_OP3(imulw, 0x69, 0, OPC_MODRM | OPC_WL, OPT_IMW, OPT_REGW | OPT_EA, OPT_REGW)) 3314 ALT(DEF_ASM_OP3(shldw, 0x0fa4, 0, OPC_MODRM | OPC_WL, OPT_IM8, OPT_REGW, OPT_EA | OPT_REGW)) 3315 ALT(DEF_ASM_OP3(shldw, 0x0fa5, 0, OPC_MODRM | OPC_WL, OPT_CL, OPT_REGW, OPT_EA | OPT_REGW)) 3317 ALT(DEF_ASM_OP3(shrdw, 0x0fac, 0, OPC_MODRM | OPC_WL, OPT_IM8, OPT_REGW, OPT_EA | OPT_REGW)) 3318 ALT(DEF_ASM_OP3(shrdw, 0x0fad, 0, OPC_MODRM | OPC_WL, OPT_CL, OPT_REGW, OPT_EA | OPT_REGW)) 3567 #undef DEF_ASM_OP3 3575 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) DEF_ASM(name) 3756 ALT(DEF_ASM_OP3(imul 3116 #define DEF_ASM_OP3 macro 3565 #undef DEF_ASM_OP3 macro 3573 #define DEF_ASM_OP3 macro 4022 #undef DEF_ASM_OP3 macro 4448 #define DEF_ASM_OP3 macro 4897 #undef DEF_ASM_OP3 macro 4905 #define DEF_ASM_OP3 macro 5354 #undef DEF_ASM_OP3 macro 15155 #define DEF_ASM_OP3 macro 15604 #undef DEF_ASM_OP3 macro 15617 #define DEF_ASM_OP3 macro 16066 #undef DEF_ASM_OP3 macro [all...] |
Completed in 325 milliseconds