Searched refs:rt_field (Results 1 – 2 of 2) sorted by relevance
497 uint32_t rt_field = GetRtField(instr); in IsBranch() local508 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()509 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch()534 uint32_t rt_field = GetRtField(instr); in IsJump() local539 (opcode == SPECIAL && rt_field == 0 && in IsJump()
475 uint32_t rt_field = GetRtField(instr); in IsBranch() local486 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()487 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch()512 uint32_t rt_field = GetRtField(instr); in IsJump() local517 (opcode == SPECIAL && rt_field == 0 && in IsJump()