reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
651 Instructions.emplace_back(Mips::SLTiu, ICMPReg, Temp, 1); 655 Instructions.emplace_back(Mips::SLTu, ICMPReg, Mips::ZERO, Temp); 658 Instructions.emplace_back(Mips::SLTu, ICMPReg, RHS, LHS); 662 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); 665 Instructions.emplace_back(Mips::SLTu, ICMPReg, LHS, RHS); 669 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); 672 Instructions.emplace_back(Mips::SLT, ICMPReg, RHS, LHS); 676 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1); 679 Instructions.emplace_back(Mips::SLT, ICMPReg, LHS, RHS); 683 Instructions.emplace_back(Mips::XORi, ICMPReg, Temp, 1);