Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_amd64_defs.h276 AMD64AluOp; typedef
278 extern const HChar* showAMD64AluOp ( AMD64AluOp );
422 AMD64AluOp op;
427 AMD64AluOp op;
452 AMD64AluOp op;
723 extern AMD64Instr* AMD64Instr_Alu64R ( AMD64AluOp, AMD64RMI*, HReg );
724 extern AMD64Instr* AMD64Instr_Alu64M ( AMD64AluOp, AMD64RI*, AMD64AMode* );
727 extern AMD64Instr* AMD64Instr_Alu32R ( AMD64AluOp, AMD64RMI*, HReg );
Dhost_amd64_defs.c472 const HChar* showAMD64AluOp ( AMD64AluOp op ) { in showAMD64AluOp()
596 AMD64Instr* AMD64Instr_Alu64R ( AMD64AluOp op, AMD64RMI* src, HReg dst ) { in AMD64Instr_Alu64R()
604 AMD64Instr* AMD64Instr_Alu64M ( AMD64AluOp op, AMD64RI* src, AMD64AMode* dst ) { in AMD64Instr_Alu64M()
642 AMD64Instr* AMD64Instr_Alu32R ( AMD64AluOp op, AMD64RMI* src, HReg dst ) { in AMD64Instr_Alu32R()
Dhost_amd64_isel.c967 AMD64AluOp aluOp; in iselIntExpr_R_wrk()
1425 AMD64AluOp aluOp = Aalu_INVALID; in iselIntExpr_R_wrk()