Searched refs:PrintLoadStoreAddress (Results 1 – 1 of 1) sorted by relevance
196 void PrintLoadStoreAddress(uint32_t rs1, int32_t offset);359 void DisassemblerRiscv64::Printer::PrintLoadStoreAddress(uint32_t rs1, int32_t offset) { in PrintLoadStoreAddress() function in art::riscv64::DisassemblerRiscv64::Printer483 PrintLoadStoreAddress(GetRs1(insn32), Decode32Imm12(insn32)); in Print32Load()502 PrintLoadStoreAddress(GetRs1(insn32), Decode32StoreOffset(insn32)); in Print32Store()662 PrintLoadStoreAddress(GetRs1(insn32), offset); in Print32FLoad()692 PrintLoadStoreAddress(GetRs1(insn32), 0); in Print32FStore()703 PrintLoadStoreAddress(GetRs1(insn32), Decode32StoreOffset(insn32)); in Print32FStore()1722 PrintLoadStoreAddress(GetRs1Short16(insn16), offset); in Dump16()1949 PrintLoadStoreAddress(/* sp */ 2, offset); in Dump16()