Home | History | Annotate | Download | only in mips

Lines Matching full:balc

477                 opcode == BALC ||
487 // Checks if the instruction is a BC or BALC.
488 return opcode == BC || opcode == BALC;
922 // Checks BC or BALC.
924 case BALC:
1204 void Assembler::balc(int32_t offset) {
1207 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH);