Home | History | Annotate | Download | only in src

Lines Matching defs:teq

48 // TEQ $0, $0 - Trap if equal
1148 void AssemblerMIPS32::teq(const Operand *OpRs, const Operand *OpRt,
1151 const IValueT Rs = encodeGPRegister(OpRs, "Rs", "teq");
1152 const IValueT Rt = encodeGPRegister(OpRt, "Rt", "teq");