• Home
  • Raw
  • Download

Lines Matching refs:c0

198   HInstruction* c0 = graph_->GetIntConstant(0);  in TEST_F()  local
201 HInstruction* add0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
203 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
207 HInstruction* arr_set1 = new (GetAllocator()) HArraySet(array, c0, c0, DataType::Type::kInt32, 0); in TEST_F()
208 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F()
210 new (GetAllocator()) HArraySet(array, add0, c0, DataType::Type::kInt32, 0); in TEST_F()
212 new (GetAllocator()) HArraySet(array, add1, c0, DataType::Type::kInt32, 0); in TEST_F()
214 new (GetAllocator()) HArraySet(array, sub0, c0, DataType::Type::kInt32, 0); in TEST_F()
216 new (GetAllocator()) HArraySet(array, sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
218 new (GetAllocator()) HArraySet(array, rev_sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
220 new (GetAllocator()) HArraySet(array, sub_neg1, c0, DataType::Type::kInt32, 0); in TEST_F()
288 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
294 c0, in TEST_F()
295 c0, in TEST_F()
300 c0, in TEST_F()
305 c0, in TEST_F()
325 c0, in TEST_F()
499 HInstruction* c0 = graph_->GetIntConstant(0); in TEST_F() local
512 array, add_0x80000000, c0, DataType::Type::kInt32, 0); in TEST_F()
514 array, sub_0x80000000, c0, DataType::Type::kInt32, 0); in TEST_F()
521 array, add_0x10, c0, DataType::Type::kInt32, 0); in TEST_F()
523 array, sub_0xFFFFFFF0, c0, DataType::Type::kInt32, 0); in TEST_F()
531 array, add_0x7FFFFFFF, c0, DataType::Type::kInt32, 0); in TEST_F()
533 array, sub_0x80000001, c0, DataType::Type::kInt32, 0); in TEST_F()
536 HInstruction* add_0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
537 HInstruction* sub_0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
539 array, add_0, c0, DataType::Type::kInt32, 0); in TEST_F()
541 array, sub_0, c0, DataType::Type::kInt32, 0); in TEST_F()