Home
last modified time | relevance | path

Searched refs:RAValue (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.cc1686 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1700 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1714 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1728 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1741 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1755 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1768 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1780 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1793 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1809 int ra = instr->RAValue(); in ExecuteExt2_10bit()
[all …]
Dconstants-ppc.h545 inline int RAValue() const { return Bits(20, 16); } in RAValue() function
546 DECLARE_STATIC_ACCESSOR(RAValue);
Ddisasm-ppc.cc157 int reg = instr->RAValue(); in FormatRegister()
181 reg = instr->RAValue(); in FormatFPRegister()
1131 if (instr->RAValue() == 0) { in InstructionDecode()
1140 if (instr->RAValue() == 0) { in InstructionDecode()
Dassembler-ppc.cc279 reg.reg_code = Instruction::RAValue(instr); in GetRA()