Lines Matching refs:DoubleLo

1748           lo_half = &reg_types_.DoubleLo();  in SetTypesFromSignature()
2451 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction()
2455 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.DoubleLo(), in CodeFlowVerifyInstruction()
3037 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3038 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3048 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3060 work_line_->CheckUnaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3071 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3076 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3080 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3084 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3145 work_line_->CheckBinaryOpWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3146 reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3147 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
3200 work_line_->CheckBinaryOp2addrWide(this, inst, reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3201 reg_types_.DoubleLo(), reg_types_.DoubleHi(), in CodeFlowVerifyInstruction()
3202 reg_types_.DoubleLo(), reg_types_.DoubleHi()); in CodeFlowVerifyInstruction()
4457 if (&value_type == &reg_types_.DoubleLo()) { in VerifyAPut()