reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
650 Instructions.emplace_back(Mips::XOR, Temp, LHS, RHS); 651 Instructions.emplace_back(Mips::SLTiu, ICMPReg, Temp, 1); 654 Instructions.emplace_back(Mips::XOR, Temp, LHS, RHS); 655 Instructions.emplace_back(Mips::SLTu, ICMPReg, Mips::ZERO, Temp); 658 Instructions.emplace_back(Mips::SLTu, ICMPReg, RHS, LHS); 661 Instructions.emplace_back(Mips::SLTu, Temp, LHS, RHS); 662 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); 665 Instructions.emplace_back(Mips::SLTu, ICMPReg, LHS, RHS); 668 Instructions.emplace_back(Mips::SLTu, Temp, RHS, LHS); 669 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); 672 Instructions.emplace_back(Mips::SLT, ICMPReg, RHS, LHS); 675 Instructions.emplace_back(Mips::SLT, Temp, LHS, RHS); 676 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); 679 Instructions.emplace_back(Mips::SLT, ICMPReg, LHS, RHS); 682 Instructions.emplace_back(Mips::SLT, Temp, RHS, LHS); 683 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); 690 for (const struct Instr &Instruction : Instructions) {