Home
last modified time | relevance | path

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

/external/v8/src/execution/ppc/
Dsimulator-ppc.cc1383 int ra = instr->RAValue(); in ExecuteGeneric()
1393 int ra = instr->RAValue(); in ExecuteGeneric()
1431 int ra = instr->RAValue(); in ExecuteGeneric()
1471 int ra = instr->RAValue(); in ExecuteGeneric()
1486 int ra = instr->RAValue(); in ExecuteGeneric()
1501 int ra = instr->RAValue(); in ExecuteGeneric()
1574 int ra = instr->RAValue(); in ExecuteGeneric()
1610 int ra = instr->RAValue(); in ExecuteGeneric()
1650 int ra = instr->RAValue(); in ExecuteGeneric()
1659 int ra = instr->RAValue(); in ExecuteGeneric()
[all …]
/external/v8/src/diagnostics/ppc/
Ddisasm-ppc.cc150 int reg = instr->RAValue(); in FormatRegister()
172 reg = instr->RAValue(); in FormatFPRegister()
1328 if (instr->RAValue() == 0) { in InstructionDecode()
1337 if (instr->RAValue() == 0) { in InstructionDecode()
/external/v8/src/codegen/ppc/
Dconstants-ppc.h2883 inline int RAValue() const { return Bits(20, 16); } in RAValue() function
2884 DECLARE_STATIC_ACCESSOR(RAValue) in DECLARE_STATIC_ACCESSOR() argument
Dassembler-ppc.cc327 return Register::from_code(Instruction::RAValue(instr)); in GetRA()