Home | History | Annotate | Download | only in mips64

Lines Matching full:balc

476                 opcode == BALC ||
486 // Checks if the instruction is a BC or BALC.
487 return opcode == BC || opcode == BALC;
964 // Checks BC or BALC.
966 case BALC:
1264 void Assembler::balc(int32_t offset) {
1266 GenInstrImmediate(BALC, offset, CompactBranchType::COMPACT_BRANCH);