Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.cc480 uint32_t rt_field = GetRtField(instr); in IsBranch() local
486 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()
487 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch()
569 uint32_t rt_field = GetRtField(instr); in IsJump() local
574 (opcode == SPECIAL && rt_field == 0 && in IsJump()
/external/v8/src/mips64/
Dassembler-mips64.cc461 uint32_t rt_field = GetRtField(instr); in IsBranch() local
467 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()
468 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch()
545 uint32_t rt_field = GetRtField(instr); in IsJump() local
550 (opcode == SPECIAL && rt_field == 0 && in IsJump()