Searched refs:X86AluOp (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.h262 X86AluOp; typedef in typeref:enum:__anon11961
264 extern HChar* showX86AluOp ( X86AluOp );
392 X86AluOp op;
397 X86AluOp op;
623 extern X86Instr* X86Instr_Alu32R ( X86AluOp, X86RMI*, HReg );
624 extern X86Instr* X86Instr_Alu32M ( X86AluOp, X86RI*, X86AMode* );
H A Dhost_x86_defs.c441 HChar* showX86AluOp ( X86AluOp op ) {
565 X86Instr* X86Instr_Alu32R ( X86AluOp op, X86RMI* src, HReg dst ) {
573 X86Instr* X86Instr_Alu32M ( X86AluOp op, X86RI* src, X86AMode* dst ) {
H A Dhost_x86_isel.c803 X86AluOp aluOp;
2123 X86AluOp op = e->Iex.Binop.op==Iop_Or64 ? Xalu_OR

Completed in 27 milliseconds