Lines Matching refs:LongLo

1782           lo_half = &reg_types_.LongLo();  in SetTypesFromSignature()
2565 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
2569 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
2810 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2832 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2860 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction()
2890 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction()
2914 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction()
2937 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction()
3223 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3224 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3234 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3246 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3250 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3254 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3260 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3272 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3314 work_line_->CheckBinaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3315 reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3316 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3322 work_line_->CheckBinaryOpWideShift(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3370 work_line_->CheckBinaryOp2addrWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3371 reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3372 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3377 work_line_->CheckBinaryOp2addrWideShift(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
4610 (modified_reg_type == &reg_types_.LongLo())) { in VerifyAPut()