HomeSort by relevance Sort by last modified time
    Searched defs:GetRsField (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
assembler-mips.cc 381 uint32_t Assembler::GetRsField(Instr instr) {
486 uint32_t rs_field = GetRsField(instr);
518 return (opcode == POP66 && GetRsField(instr) != 0) ||
519 (opcode == POP76 && GetRsField(instr) != 0);
541 return opcode == POP66 && GetRsField(instr) != 0;
547 return opcode == POP76 && GetRsField(instr) != 0;
553 uint32_t rs = GetRsField(instr);
561 uint32_t rs = GetRsField(instr);
568 uint32_t rs = GetRsField(instr);
1010 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 363 uint32_t Assembler::GetRsField(Instr instr) {
468 uint32_t rs_field = GetRsField(instr);
500 return (opcode == POP66 && GetRsField(instr) != 0) ||
501 (opcode == POP76 && GetRsField(instr) != 0);
523 return opcode == POP66 && GetRsField(instr) != 0;
529 return opcode == POP76 && GetRsField(instr) != 0;
535 uint32_t rs = GetRsField(instr);
543 uint32_t rs = GetRsField(instr);
978 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21;
    [all...]

Completed in 55 milliseconds