Home | History | Annotate | Download | only in mips64

Lines Matching defs:balc

482                 opcode == BALC ||
492 // Checks if the instruction is a BC or BALC.
493 return opcode == BC || opcode == BALC;
969 // Checks BC or BALC.
971 case BALC:
1269 void Assembler::balc(int32_t offset) {
1271 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH);