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

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

Completed in 211 milliseconds