Home
last modified time | relevance | path

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

/art/disassembler/
Ddisassembler_riscv64.cc436 static const char* const kOpcodes[] = { in Print32BCond() local
440 const char* opcode = kOpcodes[funct3]; in Print32BCond()
472 static const char* const kOpcodes[] = { in Print32Load() local
476 const char* opcode = kOpcodes[funct3]; in Print32Load()
491 static const char* const kOpcodes[] = { in Print32Store() local
495 const char* opcode = kOpcodes[funct3]; in Print32Store()
755 static const char* const kOpcodes[] = { in Print32BinOpImm() local
758 DCHECK(kOpcodes[funct3] != nullptr); in Print32BinOpImm()
759 os_ << kOpcodes[funct3]; in Print32BinOpImm()
797 static const char* const kOpcodes[] = { in Print32BinOp() local
[all …]