Home
last modified time | relevance | path

Searched refs:tstbit (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
HDdivdi3.S24 p2 = tstbit(r1,#31)
25 p3 = tstbit(r3,#31)
HDmoddi3.S24 p3 = tstbit(r1,#31)
HDfastmath2_dlib_asm.S465 p0 = tstbit(ia, #31)
/freebsd-11-stable/gnu/usr.bin/grep/
HDdfa.c224 tstbit (unsigned b, charclass c) in tstbit() function
2031 && !tstbit(d->tokens[pos.index], labels[j])) in dfastate()
2176 if (tstbit(eolbyte, labels[i])) in dfastate()
HDChangeLog815 (tstbit, setbit, clrbit): Declare arg to be unsigned, to help compiler.
833 * src/dfa.c (xcalloc, xmalloc, xrealloc, prtok, tstbit, setbit,
2448 * dfa.c (test_bit, set_bit, clear_bit): Renamed from tstbit,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonDepInstrInfo.td8442 "if (!tstbit($Ns8.new,#0)) jump:nt $Ii",
8467 "if (!tstbit($Ns8.new,#0)) jump:t $Ii",
8492 "p0 = tstbit($Rs16,#0); if (!p0.new) jump:nt $Ii",
8517 "p0 = tstbit($Rs16,#0); if (!p0.new) jump:t $Ii",
8542 "p1 = tstbit($Rs16,#0); if (!p1.new) jump:nt $Ii",
8567 "p1 = tstbit($Rs16,#0); if (!p1.new) jump:t $Ii",
8592 "if (tstbit($Ns8.new,#0)) jump:nt $Ii",
8616 "if (tstbit($Ns8.new,#0)) jump:t $Ii",
8640 "p0 = tstbit($Rs16,#0); if (p0.new) jump:nt $Ii",
8664 "p0 = tstbit($Rs16,#0); if (p0.new) jump:t $Ii",
[all …]
HDHexagonPatterns.td1802 // The reason is that tstbit/ntstbit can be folded into a compound instruction:
1803 // if ([!]tstbit(...)) jump ...