Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Ddisasm-mips64.cc226 int sa = instr->SaValue(); in PrintSa()
255 int pos = instr->SaValue(); in PrintSs2()
1173 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegisterSPECIAL()
1220 if (instr->SaValue() == 0) { in DecodeTypeRegisterSPECIAL()
1227 if (instr->SaValue() == 0) { in DecodeTypeRegisterSPECIAL()
1273 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegisterSPECIAL()
1284 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegisterSPECIAL()
1295 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegisterSPECIAL()
1307 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1318 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
[all …]
Dsimulator-mips64.h394 inline int32_t sa() const { return instr_.SaValue(); } in sa()
Dconstants-mips64.h1041 inline int SaValue() const { in SaValue() function
Dsimulator-mips64.cc3862 switch (instr_.SaValue()) { in DecodeTypeRegisterSPECIAL()
/external/v8/src/mips/
Ddisasm-mips.cc218 int sa = instr->SaValue(); in PrintSa()
247 int pos = instr->SaValue(); in PrintSs2()
1078 if (instr->SaValue() == 0) { in DecodeTypeRegisterSPECIAL()
1113 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegisterSPECIAL()
1124 if (instr->SaValue() == MUL_OP) { in DecodeTypeRegisterSPECIAL()
1135 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1146 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
Dsimulator-mips.h373 inline int32_t sa() const { return instr_.SaValue(); } in sa()
Dconstants-mips.h995 inline int SaValue() const { in SaValue() function