Home | History | Annotate | Download | only in mips

Lines Matching defs:balc

500                 opcode == BALC ||
510 // Checks if the instruction is a BC or BALC.
511 return opcode == BC || opcode == BALC;
1001 // Checks BC or BALC.
1003 case BALC:
1282 void Assembler::balc(int32_t offset) {
1284 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH);