Home | History | Annotate | Download | only in mips

Lines Matching full:balc

495                 opcode == BALC ||
505 // Checks if the instruction is a BC or BALC.
506 return opcode == BC || opcode == BALC;
997 // Checks BC or BALC.
999 case BALC:
1278 void Assembler::balc(int32_t offset) {
1280 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH);