Lines Matching refs:LongLo

1745           lo_half = &reg_types_.LongLo();  in SetTypesFromSignature()
2462 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegB_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
2466 if (!work_line_->VerifyRegisterTypeWide(this, inst->VRegC_23x(), reg_types_.LongLo(), in CodeFlowVerifyInstruction()
2710 VerifyAGet(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2732 VerifyAPut(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
2754 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction()
2777 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, false); in CodeFlowVerifyInstruction()
2800 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction()
2823 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true, true); in CodeFlowVerifyInstruction()
3030 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3031 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3041 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3053 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3057 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3061 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3067 work_line_->CheckUnaryOpToWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3079 work_line_->CheckUnaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3121 work_line_->CheckBinaryOpWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3122 reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3123 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3129 work_line_->CheckBinaryOpWideShift(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3177 work_line_->CheckBinaryOp2addrWide(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3178 reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3179 reg_types_.LongLo(), reg_types_.LongHi()); in CodeFlowVerifyInstruction()
3184 work_line_->CheckBinaryOp2addrWideShift(this, inst, reg_types_.LongLo(), reg_types_.LongHi(), in CodeFlowVerifyInstruction()
3275 VerifyQuickFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
3308 VerifyQuickFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.LongLo(), true); in CodeFlowVerifyInstruction()
4449 (modified_reg_type == &reg_types_.LongLo())) { in VerifyAPut()