Searched refs:tr2 (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/string/ |
H A D | wcscoll.c | 45 wchar_t *tr1 = NULL, *tr2 = NULL; in wcscoll_l() local 99 free(tr2); in wcscoll_l() 100 if ((tr2 = wcsdup(w2)) == NULL) in wcscoll_l() 102 bp = tr2; in wcscoll_l() 103 fp = tr2 + wcslen(tr2) - 1; in wcscoll_l() 110 w2 = tr2; in wcscoll_l() 217 free(tr2); in wcscoll_l()
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 526 unsigned tr1, tr2; in play() local 530 tr2 = m2 = s2 = f2 = f1 = 0; in play() 532 &tr1, &m1, &s1, &f1, &tr2, &m2, &s2, &f2)) in play() 535 tr2 = m2 = s2 = f2 = f1 = 0; in play() 537 &tr1, &m1, &s1, &tr2, &m2, &s2, &f2)) in play() 540 tr2 = m2 = s2 = f2 = f1 = 0; in play() 542 &tr1, &m1, &s1, &f1, &tr2, &m2, &s2)) in play() 545 tr2 = m2 = s2 = f2 = f1 = 0; in play() 550 tr2 = m2 = s2 = f2 = f1 = 0; in play() 555 tr2 = m2 = s2 = f2 = f1 = 0; in play() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFormats.td | 3233 TypedReg tr1, TypedReg tr2, bits<4> type = 0, bits<4> m4 = 0, 3235 : InstVRRa<opcode, (outs tr1.op:$V1), (ins tr2.op:$V2), 3237 [(set (tr1.vt tr1.op:$V1), (operator (tr2.vt tr2.op:$V2)))]> { 3267 TypedReg tr1, TypedReg tr2, bits<4> type> { 3270 (ins tr2.op:$V2, imm32zx4:$M5), 3272 def : Pat<(tr1.vt (operator (tr2.vt tr2.op:$V2))), 3273 (!cast<Instruction>(NAME) tr2.op:$V2, 0)>; 3275 (!cast<Instruction>(NAME) tr1.op:$V1, tr2.op:$V2, 0)>; 3277 def S : UnaryVRRa<mnemonic#"s", opcode, operator_cc, tr1, tr2, 3867 TypedReg tr1, TypedReg tr2, bits<4> type> [all …]
|
H A D | SystemZPatterns.td | 165 TypedReg tr2, bits<3> suppress, bits<4> mode> 166 : Pat<(tr1.vt (operator (tr2.vt tr2.op:$vec))), 167 (insn tr2.op:$vec, suppress, mode)>;
|