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

  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 1269 AMD64ShiftOp shr_op = Ash_SHR; local
    [all...]
guest_ppc_toIR.c 4038 IROp shr_op = (mode64 ? Iop_Shr64 : Iop_Shr32); local
    [all...]
host_x86_isel.c 966 X86ShiftOp shr_op = (e->Iex.Binop.op == Iop_MullS8 local
974 addInstr(env, X86Instr_Sh32(shr_op, shift, a16));
975 addInstr(env, X86Instr_Sh32(shr_op, shift, b16));
    [all...]

Completed in 51 milliseconds