HomeSort by relevance Sort by last modified time
    Searched refs:GetRA (Results 1 - 4 of 4) sorted by null

  /external/v8/src/ic/ppc/
ic-ppc.cc 89 Register reg = Assembler::GetRA(instr_at_patch);
92 DCHECK_EQ(Assembler::GetRA(instr_at_patch).code(),
  /external/v8/src/ppc/
assembler-ppc-inl.h 496 if (!GetRA(instr).is(kConstantPoolRegister)) return false;
518 if (!GetRA(instr).is(kConstantPoolRegister)) {
521 if ((opcode != ADDIS) || !GetRA(instr).is(kConstantPoolRegister)) {
assembler-ppc.cc 299 return ((instr & kOpcodeMask) == ADDIS) && GetRA(instr).is(r0);
304 return ((instr & kOpcodeMask) == ADDI) && GetRA(instr).is(r0);
317 Register Assembler::GetRA(Instr instr) {
391 return GetRA(instr);
    [all...]
assembler-ppc.h     [all...]

Completed in 87 milliseconds