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

  /external/v8/src/mips/
assembler-mips.cc 485 uint32_t rt_field = GetRtField(instr); local
491 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
492 rt_field == BLTZAL || rt_field == BGEZAL)) ||
574 uint32_t rt_field = GetRtField(instr); local
579 (opcode == SPECIAL && rt_field == 0 &&
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 467 uint32_t rt_field = GetRtField(instr); local
473 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ ||
474 rt_field == BLTZAL || rt_field == BGEZAL)) ||
551 uint32_t rt_field = GetRtField(instr); local
556 (opcode == SPECIAL && rt_field == 0 &&
    [all...]

Completed in 55 milliseconds