Home | History | Annotate | Download | only in perf

Lines Matching refs:op0

3116 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0)
3117 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1)
3118 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2)
3122 DEF_ASM_OP0(pusha, 0x60) /* must be first OP0 */
3504 DEF_ASM_OP0(emms, 0x0f77) /* must be last OP0 */
3573 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) DEF_ASM(name)
3574 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) DEF_ASM(name)
3575 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) DEF_ASM(name)
3579 DEF_ASM_OP0(pusha, 0x60) /* must be first OP0 */
3961 DEF_ASM_OP0(emms, 0x0f77) /* must be last OP0 */
4448 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0)
4449 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1)
4450 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2)
4454 DEF_ASM_OP0(pusha, 0x60) /* must be first OP0 */
4836 DEF_ASM_OP0(emms, 0x0f77) /* must be last OP0 */
4905 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) DEF_ASM(name)
4906 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) DEF_ASM(name)
4907 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) DEF_ASM(name)
4911 DEF_ASM_OP0(pusha, 0x60) /* must be first OP0 */
5293 DEF_ASM_OP0(emms, 0x0f77) /* must be last OP0 */
15155 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) { TOK_ASM_ ## name, opcode, (instr_type | group << OPC_GROUP_SHIFT), 1, { op0 }},
15156 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) { TOK_ASM_ ## name, opcode, (instr_type | group << OPC_GROUP_SHIFT), 2, { op0, op1 }},
15157 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) { TOK_ASM_ ## name, opcode, (instr_type | group << OPC_GROUP_SHIFT), 3, { op0, op1, op2 }},
15161 DEF_ASM_OP0(pusha, 0x60) /* must be first OP0 */
15543 DEF_ASM_OP0(emms, 0x0f77) /* must be last OP0 */
15617 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0)
15618 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1)
15619 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2)
15623 DEF_ASM_OP0(pusha, 0x60) /* must be first OP0 */
16005 DEF_ASM_OP0(emms, 0x0f77) /* must be last OP0 */