Searched refs:rsinstr (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/s390/
H A Ddisasm-s390.cc164 RSInstruction* rsinstr = reinterpret_cast<RSInstruction*>(instr); local
165 int reg = rsinstr->B2Value();
169 RSInstruction* rsinstr = reinterpret_cast<RSInstruction*>(instr); local
170 int reg = rsinstr->B2Value();
335 RSInstruction* rsinstr = reinterpret_cast<RSInstruction*>(instr); local
336 uint16_t value = rsinstr->D2Value();
H A Dsimulator-s390.cc2893 RSInstruction* rsinstr = reinterpret_cast<RSInstruction*>(instr); local
2894 int r1 = rsinstr->R1Value();
2895 int r3 = rsinstr->R3Value();
2896 int rb = rsinstr->B2Value();
2897 int offset = rsinstr->D2Value();

Completed in 106 milliseconds