Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.cc481 uint32_t rs_field = GetRsField(instr); in IsBranch() local
488 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch. in IsBranch()
489 (opcode == COP1 && rs_field == BC1EQZ) || in IsBranch()
490 (opcode == COP1 && rs_field == BC1NEZ); in IsBranch()
496 (opcode == POP66 && rs_field != 0) || // BEQZC in IsBranch()
497 (opcode == POP76 && rs_field != 0); // BNEZC in IsBranch()
/external/v8/src/mips64/
Dassembler-mips64.cc462 uint32_t rs_field = GetRsField(instr); in IsBranch() local
469 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch. in IsBranch()
470 (opcode == COP1 && rs_field == BC1EQZ) || in IsBranch()
471 (opcode == COP1 && rs_field == BC1NEZ); in IsBranch()
477 (opcode == POP66 && rs_field != 0) || // BEQZC in IsBranch()
478 (opcode == POP76 && rs_field != 0); // BNEZC in IsBranch()