Home
last modified time | relevance | path

Searched refs:rs_field (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.cc486 uint32_t rs_field = GetRsField(instr); in IsBranch() local
493 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch. in IsBranch()
494 (opcode == COP1 && rs_field == BC1EQZ) || in IsBranch()
495 (opcode == COP1 && rs_field == BC1NEZ); in IsBranch()
501 (opcode == POP66 && rs_field != 0) || // BEQZC in IsBranch()
502 (opcode == POP76 && rs_field != 0); // BNEZC in IsBranch()
/external/v8/src/mips64/
Dassembler-mips64.cc468 uint32_t rs_field = GetRsField(instr); in IsBranch() local
475 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch. in IsBranch()
476 (opcode == COP1 && rs_field == BC1EQZ) || in IsBranch()
477 (opcode == COP1 && rs_field == BC1NEZ); in IsBranch()
483 (opcode == POP66 && rs_field != 0) || // BEQZC in IsBranch()
484 (opcode == POP76 && rs_field != 0); // BNEZC in IsBranch()