Searched refs:rt_field (Results 1 – 2 of 2) sorted by relevance
480 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()569 uint32_t rt_field = GetRtField(instr); in IsJump() local574 (opcode == SPECIAL && rt_field == 0 && in IsJump()
461 uint32_t rt_field = GetRtField(instr); in IsBranch() local467 (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() local550 (opcode == SPECIAL && rt_field == 0 && in IsJump()