Home | History | Annotate | Download | only in runtime

Lines Matching defs:is_float

325   const bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg);
328 DCHECK(!is_float || kRuntimeISA != InstructionSet::kX86);
330 if (!IsAccessibleRegister(reg, is_float)) {
333 uintptr_t ptr_val = GetRegister(reg, is_float);
404 const bool is_float = (kind_lo == kDoubleLoVReg);
405 if (!IsAccessibleRegister(reg_lo, is_float) || !IsAccessibleRegister(reg_hi, is_float)) {
408 uintptr_t ptr_val_lo = GetRegister(reg_lo, is_float);
409 is_float);