Searched refs:tstbit (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| HD | divdi3.S | 24 p2 = tstbit(r1,#31) 25 p3 = tstbit(r3,#31)
|
| HD | moddi3.S | 24 p3 = tstbit(r1,#31)
|
| HD | fastmath2_dlib_asm.S | 465 p0 = tstbit(ia, #31)
|
| /freebsd-11-stable/gnu/usr.bin/grep/ |
| HD | dfa.c | 224 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()
|
| HD | ChangeLog | 815 (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/ |
| HD | HexagonDepInstrInfo.td | 8442 "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 …]
|
| HD | HexagonPatterns.td | 1802 // The reason is that tstbit/ntstbit can be folded into a compound instruction: 1803 // if ([!]tstbit(...)) jump ...
|