Searched refs:reg_kind (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 864 RegStorage::RegStorageKind reg_kind; in GetArgPhysicalReg() local 867 reg_kind = RegStorage::k64BitSolo; in GetArgPhysicalReg() 870 reg_kind = RegStorage::k32BitSolo; in GetArgPhysicalReg() 872 return RegStorage(RegStorage::kValid | reg_kind | RegStorage::kFloatingPoint | n); in GetArgPhysicalReg()
|
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 292 reg, reg_kind, reg_flags, \ argument 297 { kX86 ## opname ## 8 ## reg, reg_kind, reg_flags | b_flags | sets_ccodes, {… 300 { kX86 ## opname ## 16 ## reg, reg_kind, reg_flags | hw_flags | sets_ccodes, {… 303 { kX86 ## opname ## 32 ## reg, reg_kind, reg_flags | w_flags | sets_ccodes, {… 306 { kX86 ## opname ## 64 ## reg, reg_kind, reg_flags | w_flags | sets_ccodes, {…
|