Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Ddisasm-mips64.cc145 int reg = instr->RsValue(); in PrintRs()
169 int freg = instr->RsValue(); in PrintFs()
303 int reg = instr->RsValue(); in FormatRegister()
690 if (instr->RsValue() == 0) { in DecodeTypeRegister()
701 if (instr->RsValue() == 0) { in DecodeTypeRegister()
879 if (0 == instr->RsValue()) { in DecodeTypeRegister()
1292 if (instr->RsValue() != 0) { in DecodeTypeImmediate()
Dconstants-mips64.h791 inline int RsValue() const { in RsValue() function
894 return RsValue(); in SecondaryValue()
Dsimulator-mips64.cc1941 const int64_t rs_reg = instr->RsValue(); in ConfigureTypeRegister()
1993 *next_pc = get_register(instr->RsValue()); in ConfigureTypeRegister()
2261 const int64_t rs_reg = instr->RsValue(); in DecodeTypeRegister()
2809 int64_t rs = get_register(instr->RsValue()); in DecodeTypeImmediate()
/external/v8/src/mips/
Ddisasm-mips.cc144 int reg = instr->RsValue(); in PrintRs()
168 int freg = instr->RsValue(); in PrintFs()
302 int reg = instr->RsValue(); in FormatRegister()
645 if (instr->RsValue() == 0) { in DecodeTypeRegister()
751 if (0 == instr->RsValue()) { in DecodeTypeRegister()
1161 if (instr->RsValue() != 0) { in DecodeTypeImmediate()
Dconstants-mips.h777 inline int RsValue() const { in RsValue() function
880 return RsValue(); in SecondaryValue()
Dsimulator-mips.cc1874 const int32_t rs_reg = instr->RsValue(); in ConfigureTypeRegister()
1922 *next_pc = get_register(instr->RsValue()); in ConfigureTypeRegister()
2135 const int32_t rs_reg = instr->RsValue(); in DecodeTypeRegister()
2680 int32_t rs = get_register(instr->RsValue()); in DecodeTypeImmediate()
/external/v8/src/arm/
Dconstants-arm.h563 inline int RsValue() const { return Bits(11, 8); } in RsValue() function
Ddisasm-arm.cc216 int rs = instr->RsValue(); in PrintShiftRm()
312 int reg = instr->RsValue(); in FormatRegister()
Dsimulator-arm.cc1422 int rs = instr->RsValue(); in GetShiftRm()
2011 int rs = instr->RsValue(); in DecodeType01()
2720 int rs = instr->RsValue(); in DecodeType3()