Searched defs:rhs_location (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc1068 Location rhs_location = locations->InAt(1); local
1072 bool use_imm = rhs_location.IsConstant();
1074 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant());
1076 rhs_reg = rhs_location.AsRegister<GpuRegister>();
1175 Location rhs_location = locations->InAt(1); local
1179 bool use_imm = rhs_location.IsConstant();
1181 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant());
1183 rhs_reg = rhs_location.AsRegister<GpuRegister>();
1708 Location rhs_location = locations->InAt(1); local
1709 bool use_imm = rhs_location
2246 Location rhs_location = locations->InAt(1); local
2381 Location rhs_location = locations->InAt(1); local
[all...]
H A Dcode_generator_mips.cc1192 Location rhs_location = locations->InAt(1); local
1196 bool use_imm = rhs_location.IsConstant();
1198 rhs_imm = CodeGenerator::GetInt32ValueOf(rhs_location.GetConstant());
1200 rhs_reg = rhs_location.AsRegister<Register>();
1238 Location rhs_location = locations->InAt(1); local
1239 bool use_imm = rhs_location.IsConstant();
1241 Register rhs_high = rhs_location.AsRegisterPairHigh<Register>();
1242 Register rhs_low = rhs_location.AsRegisterPairLow<Register>();
1272 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant());
1429 Location rhs_location local
2622 Location rhs_location = locations->InAt(1); local
2751 Location rhs_location = locations->InAt(1); local
2835 Location rhs_location = locations->InAt(1); local
[all...]

Completed in 100 milliseconds