Home
last modified time | relevance | path

Searched refs:kRiscv64FloatRegSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_riscv64.h452 return kRiscv64FloatRegSizeInBytes; in GetCalleePreservedFPWidth()
458 return kRiscv64FloatRegSizeInBytes; in GetSIMDRegisterWidth()
Dcode_generator_riscv64.cc6330 return kRiscv64FloatRegSizeInBytes; in SaveFloatingPointRegister()
6340 return kRiscv64FloatRegSizeInBytes; in RestoreFloatingPointRegister()
/art/compiler/utils/riscv64/
Dassembler_riscv64.h42 static constexpr size_t kRiscv64FloatRegSizeInBytes = 8; variable