Searched refs:rt_field (Results 1 – 2 of 2) sorted by relevance
528 uint32_t rt_field = GetRtField(instr); in IsBranch() local534 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()535 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch()559 uint32_t rt_field = GetRtField(instr); in IsNal() local561 return opcode == REGIMM && rt_field == BLTZAL && rs_field == 0; in IsNal()623 uint32_t rt_field = GetRtField(instr); in IsJump() local628 (opcode == SPECIAL && rt_field == 0 && in IsJump()677 uint32_t rt_field = GetRt(instr); in IsMov() local683 rs_field == rs_reg && rt_field == 0; in IsMov()
507 uint32_t rt_field = GetRtField(instr); in IsBranch() local513 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ || in IsBranch()514 rt_field == BLTZAL || rt_field == BGEZAL)) || in IsBranch()538 uint32_t rt_field = GetRtField(instr); in IsNal() local540 return opcode == REGIMM && rt_field == BLTZAL && rs_field == 0; in IsNal()598 uint32_t rt_field = GetRt(instr); in IsMov() local604 rs_field == rs_reg && rt_field == 0; in IsMov()610 uint32_t rt_field = GetRtField(instr); in IsJump() local615 (opcode == SPECIAL && rt_field == 0 && in IsJump()