Searched refs:X86ShiftOp (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_x86_defs.h | 279 X86ShiftOp; typedef 281 extern const HChar* showX86ShiftOp ( X86ShiftOp ); 412 X86ShiftOp op; 442 X86ShiftOp op; 665 extern X86Instr* X86Instr_Sh32 ( X86ShiftOp, UInt, HReg ); 669 extern X86Instr* X86Instr_Sh3232 ( X86ShiftOp, UInt amt, HReg src, HReg dst );
|
D | host_x86_defs.c | 456 const HChar* showX86ShiftOp ( X86ShiftOp op ) { in showX86ShiftOp() 581 X86Instr* X86Instr_Sh32 ( X86ShiftOp op, UInt src, HReg dst ) { in X86Instr_Sh32() 624 X86Instr* X86Instr_Sh3232 ( X86ShiftOp op, UInt amt, HReg src, HReg dst ) { in X86Instr_Sh3232()
|
D | host_x86_isel.c | 922 X86ShiftOp shOp; in iselIntExpr_R_wrk() 1084 X86ShiftOp shr_op = (e->Iex.Binop.op == Iop_MullS8 in iselIntExpr_R_wrk()
|