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

  /external/valgrind/VEX/priv/
guest_mips_toIR.c 466 assign(t1, binop(Iop_Add32, getIReg(rs), \
469 assign(t1, binop(Iop_Add64, getIReg(rs), \
475 assign(t1, binop(Iop_Add32, getIReg(regRs), getIReg(regRt))); \
477 assign(t1, binop(Iop_Add64, getIReg(regRs), getIReg(regRt)));
500 getIReg(rt), \
503 getIReg(rs), \
512 mkNarrowTo32(ty, getIReg(rt)), \
515 mkNarrowTo32(ty, getIReg(rs)),
    [all...]
guest_x86_toIR.c 539 static IRExpr* getIReg ( Int sz, UInt archreg )
    [all...]
guest_ppc_toIR.c     [all...]

Completed in 129 milliseconds