HomeSort by relevance Sort by last modified time
    Searched refs:X86ShiftOp (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_x86_defs.h 273 X86ShiftOp;
275 extern HChar* showX86ShiftOp ( X86ShiftOp );
402 X86ShiftOp op;
432 X86ShiftOp op;
628 extern X86Instr* X86Instr_Sh32 ( X86ShiftOp, UInt, HReg );
632 extern X86Instr* X86Instr_Sh3232 ( X86ShiftOp, UInt amt, HReg src, HReg dst );
host_x86_defs.c 457 HChar* showX86ShiftOp ( X86ShiftOp op ) {
582 X86Instr* X86Instr_Sh32 ( X86ShiftOp op, UInt src, HReg dst ) {
625 X86Instr* X86Instr_Sh3232 ( X86ShiftOp op, UInt amt, HReg src, HReg dst ) {
    [all...]
host_x86_isel.c 804 X86ShiftOp shOp;
966 X86ShiftOp shr_op = (e->Iex.Binop.op == Iop_MullS8
    [all...]

Completed in 37 milliseconds