Home | History | Annotate | Download | only in mips64

Lines Matching full:balc

451                 opcode == BALC ||
461 // Checks if the instruction is a BC or BALC.
462 return opcode == BC || opcode == BALC;
939 // Checks BC or BALC.
941 case BALC:
1240 void Assembler::balc(int32_t offset) {
1243 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH);