Searched refs:LoadStoreRegistersMainLoop (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 439 …void LoadStoreRegistersMainLoop(RegMask registers, bool isFp, int32_t slot, Reg base, RegMask mask…
|
| D | encode.cpp | 3185 void Aarch32Encoder::LoadStoreRegistersMainLoop(RegMask registers, bool isFp, int32_t slot, Reg bas… in LoadStoreRegistersMainLoop() function in ark::compiler::aarch32::Aarch32Encoder 3250 LoadStoreRegistersMainLoop<IS_STORE>(registers, isFp, slot, base, mask); in LoadStoreRegisters()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 443 …void LoadStoreRegistersMainLoop(RegMask registers, bool isFp, int32_t slot, Reg base, RegMask mask…
|
| D | encode.cpp | 3106 void Aarch64Encoder::LoadStoreRegistersMainLoop(RegMask registers, bool isFp, int32_t slot, Reg bas… in LoadStoreRegistersMainLoop() function in ark::compiler::aarch64::Aarch64Encoder 3181 LoadStoreRegistersMainLoop<IS_STORE>(registers, isFp, slot, base, mask); in LoadStoreRegisters()
|