Home
last modified time | relevance | path

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

/art/disassembler/
Ddisassembler_mips.cc743 int32_t df_n = (instruction >> 16) & 0x3f; in Dump() local
744 if ((df_n & (0x3 << 4)) == 0) { in Dump()
746 args << 'w' << rd << '[' << (df_n & 0xf) << ']'; in Dump()
749 if ((df_n & (0x3 << 3)) == 0) { in Dump()
751 args << 'w' << rd << '[' << (df_n & 0x7) << ']'; in Dump()
754 if ((df_n & (0x3 << 2)) == 0) { in Dump()
756 args << 'w' << rd << '[' << (df_n & 0x3) << ']'; in Dump()
759 if ((df_n & (0x3 << 1)) == 0) { in Dump()
761 args << 'w' << rd << '[' << (df_n & 0x1) << ']'; in Dump()
781 int32_t df_n = (instruction >> 16) & 0x3f; in Dump() local
[all …]
/art/compiler/utils/mips64/
Dassembler_mips64.cc223 int df_n, in EmitMsaELM() argument
231 df_n << kDfNShift | in EmitMsaELM()
Dassembler_mips64.h1671 void EmitMsaELM(int operation, int df_n, VectorRegister ws, VectorRegister wd, int minor_opcode);
/art/compiler/utils/mips/
Dassembler_mips.h1705 int df_n,
Dassembler_mips.cc369 int df_n, in EmitMsaELM() argument
377 df_n << kDfNShift | in EmitMsaELM()