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()
1725 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1736 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1750 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1768 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1782 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1795 int ra = instr->RAValue(); in ExecuteExt2_10bit()
1809 int ra = instr->RAValue(); in ExecuteExt2_10bit()
[all …]
Ddisasm-ppc.cc159 int reg = instr->RAValue(); in FormatRegister()
183 reg = instr->RAValue(); in FormatFPRegister()
1180 if (instr->RAValue() == 0) { in InstructionDecode()
1189 if (instr->RAValue() == 0) { in InstructionDecode()
Dconstants-ppc.h2812 inline int RAValue() const { return Bits(20, 16); } in RAValue() function
2813 DECLARE_STATIC_ACCESSOR(RAValue);
Dassembler-ppc.cc319 reg.reg_code = Instruction::RAValue(instr); in GetRA()