Searched refs:V1 (Results 1 – 10 of 10) sorted by relevance
31 V1 = 3, enumerator
84 gprs_[V1] = const_cast<uint32_t*>(&gZero); in SmashCallerSaves()
58 (1 << art::mips::AT) | (1 << art::mips::V0) | (1 << art::mips::V1) |
75 gprs_[V1] = const_cast<uintptr_t*>(&gZero); in SmashCallerSaves()
44 (1 << art::mips64::AT) | (1 << art::mips64::V0) | (1 << art::mips64::V1) |
94 registers_.push_back(new mips::Register(mips::V1)); in SetUpHelpers()127 secondary_register_names_.emplace(mips::Register(mips::V1), "v1"); in SetUpHelpers()
107 registers_.push_back(new mips::Register(mips::V1)); in SetUpHelpers()140 secondary_register_names_.emplace(mips::Register(mips::V1), "v1"); in SetUpHelpers()1572 __ Bltc(mips::V0, mips::V1, &label2); in TEST_F()
121 ? Location::RegisterPairLocation(V0, V1) in GetReturnLocation()
68 return Location::RegisterPairLocation(V0, V1); in MipsReturnLocation()