Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Ddisasm-mips64.cc188 int sa = instr->SaValue(); in PrintSa()
210 int pos = instr->SaValue(); in PrintSs2()
679 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegister()
730 if (instr->SaValue() == 0) { in DecodeTypeRegister()
741 if (instr->SaValue() == 0) { in DecodeTypeRegister()
777 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegister()
788 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegister()
799 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegister()
811 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegister()
822 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegister()
[all …]
Dsimulator-mips64.cc1948 const uint64_t sa = instr->SaValue(); in ConfigureTypeRegister()
2071 DCHECK(instr->SaValue() == 0); in ConfigureTypeRegister()
2076 DCHECK(instr->SaValue() == 1); in ConfigureTypeRegister()
2099 switch (instr->SaValue()) { in ConfigureTypeRegister()
2637 switch (instr->SaValue()) { in DecodeTypeRegister()
2660 switch (instr->SaValue()) { in DecodeTypeRegister()
2696 switch (instr->SaValue()) { in DecodeTypeRegister()
Dconstants-mips64.h808 inline int SaValue() const { in SaValue() function
/external/v8/src/mips/
Ddisasm-mips.cc187 int sa = instr->SaValue(); in PrintSa()
209 int pos = instr->SaValue(); in PrintSs2()
662 if (instr->SaValue() == 0) { in DecodeTypeRegister()
695 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegister()
706 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegister()
717 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegister()
728 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegister()
Dsimulator-mips.cc1881 const uint32_t sa = instr->SaValue(); in ConfigureTypeRegister()
1963 DCHECK(instr->SaValue() == 0); in ConfigureTypeRegister()
1968 DCHECK(instr->SaValue() == 1); in ConfigureTypeRegister()
1979 switch (instr->SaValue()) { in ConfigureTypeRegister()
1995 switch (instr->SaValue()) { in ConfigureTypeRegister()
2516 switch (instr->SaValue()) { in DecodeTypeRegister()
2535 switch (instr->SaValue()) { in DecodeTypeRegister()
2551 switch (instr->SaValue()) { in DecodeTypeRegister()
2586 switch (instr->SaValue()) { in DecodeTypeRegister()
Dconstants-mips.h794 inline int SaValue() const { in SaValue() function