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

  /art/compiler/dex/quick/mips/
utility_mips.cc 32 if (r_dest.IsSingle()) {
33 if (r_src.IsSingle()) {
43 DCHECK(r_src.IsSingle());
85 DCHECK(r_dest.IsSingle());
364 DCHECK(r_dest.IsSingle());
416 DCHECK(r_src.IsSingle());
495 DCHECK(r_dest.IsSingle());
606 DCHECK(r_src.IsSingle());
target_mips.cc 138 : ResourceMask::Bit(reg.IsSingle() ? reg.GetRegNum() + kMipsFPReg0 : reg.GetRegNum());
assemble_mips.cc 684 DCHECK(RegStorage::IsSingle(operand)) << ", Operand = 0x" << std::hex << operand;
    [all...]
  /art/compiler/dex/
reg_storage.h 177 constexpr bool IsSingle() const {
191 static constexpr bool IsSingle(uint16_t reg) {
  /art/compiler/dex/quick/arm/
utility_arm.cc 73 DCHECK(RegStorage::IsSingle(r_dest));
701 if (r_dest.IsSingle()) {
767 if (r_src.IsSingle()) {
884 DCHECK(r_dest.IsSingle());
    [all...]
target_arm.cc 146 : ResourceMask::Bit(reg.IsSingle() ? reg.GetRegNum() + kArmFPReg0 : reg.GetRegNum());
assemble_arm.cc     [all...]
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 111 DCHECK(r_dest.IsSingle());
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 37 if (r_dest.IsSingle()) {
38 if (r_src.IsSingle()) {
44 DCHECK(r_src.IsSingle()) << "Raw: 0x" << std::hex << r_src.GetRawBits();
815 DCHECK(r_src.IsSingle());
    [all...]
target_x86.cc     [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 442 DCHECK(res.IsSingle()) << "Reg: 0x" << std::hex << res.GetRawBits();
    [all...]

Completed in 85 milliseconds