Searched refs:kFpuRegister (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dlocations.h56 kFpuRegister = 6, // Float register. enumerator in enum:art::Location::Kind
79 static_assert((kFpuRegister & kLocationConstantMask) != kConstant, "TagError");
127 return Location(kFpuRegister, reg);
143 return GetKind() == kFpuRegister;
316 case kFpuRegister: return "F";
H A Dparallel_move_test.cc108 if (kind == Location::kStackSlot || kind == Location::kFpuRegister ||
H A Dcode_generator.cc990 case Location::kFpuRegister : {
H A Dcode_generator_arm64.cc964 DCHECK(kind == Location::kRegister || kind == Location::kFpuRegister ||
966 kind = (kind == Location::kFpuRegister) ? Location::kFpuRegister : Location::kRegister;
975 DCHECK(kind == Location::kFpuRegister);
H A Dregister_allocator.cc1707 case Location::kFpuRegister: {

Completed in 55 milliseconds