Home
last modified time | relevance | path

Searched refs:reg_code (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcommon_arm.h77 int reg_code = location.low(); in DRegisterFrom() local
78 DCHECK_EQ(reg_code % 2, 0) << reg_code; in DRegisterFrom()
79 return vixl::aarch32::DRegister(reg_code / 2); in DRegisterFrom()
Dcodegen_test.cc863 uint32_t reg_code = reg_list.PopLowestIndex().GetCode(); in TEST_F() local
864 codegen.AddAllocatedRegister(Location::FpuRegisterLocation(reg_code)); in TEST_F()
882 uint32_t reg_code = reg_list.PopLowestIndex().GetCode(); in TEST_F() local
883 codegen.AddAllocatedRegister(Location::FpuRegisterLocation(reg_code)); in TEST_F()