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

  /art/compiler/dex/
reg_storage.h 215 void SetReg(int reg) {
  /art/compiler/dex/quick/arm64/
target_arm64.cc 724 res.reg.SetReg(rx2);
736 res.reg.SetReg(rx1);
  /art/compiler/dex/quick/arm/
target_arm.cc 728 res.reg.SetReg(rs_r1.GetReg());
    [all...]
int_arm.cc 157 rl_temp.reg.SetReg(t_reg.GetReg());
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 649 rl_result.reg.SetReg(rs_temp.GetReg());
828 rl_result.reg.SetReg(r2);
    [all...]
target_x86.cc 535 res.reg.SetReg(rs_rDX.GetReg());
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 355 void SetReg(RegStorage reg) { reg_ = reg; }
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 346 BlockT *ExitLandBlock, RegiT SetReg);
348 RegiT SetReg);
    [all...]

Completed in 1668 milliseconds