Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dsimulator-ppc.cc1630 int ra = instr->RAValue(); in ExecuteGeneric()
1640 int ra = instr->RAValue(); in ExecuteGeneric()
1678 int ra = instr->RAValue(); in ExecuteGeneric()
1718 int ra = instr->RAValue(); in ExecuteGeneric()
1733 int ra = instr->RAValue(); in ExecuteGeneric()
1748 int ra = instr->RAValue(); in ExecuteGeneric()
1821 int ra = instr->RAValue(); in ExecuteGeneric()
1857 int ra = instr->RAValue(); in ExecuteGeneric()
1897 int ra = instr->RAValue(); in ExecuteGeneric()
1906 int ra = instr->RAValue(); in ExecuteGeneric()
[all …]
Ddisasm-ppc.cc159 int reg = instr->RAValue(); in FormatRegister()
182 reg = instr->RAValue(); in FormatFPRegister()
1210 if (instr->RAValue() == 0) { in InstructionDecode()
1219 if (instr->RAValue() == 0) { in InstructionDecode()
Dconstants-ppc.h2801 inline int RAValue() const { return Bits(20, 16); } in RAValue() function
2802 DECLARE_STATIC_ACCESSOR(RAValue);
Dassembler-ppc.cc327 return Register::from_code(Instruction::RAValue(instr)); in GetRA()