Searched refs:all_ones (Results 1 – 7 of 7) sorted by relevance
34 if [all_ones $x1] then { pass $testname } else { fail $testname }49 if [all_ones $x1] then { pass $testname } else { fail $testname }64 if [all_ones $x1] then { pass $testname } else { fail $testname }80 if [all_ones $x1] then { pass $testname } else { fail $testname }95 if [all_ones $x1] then { pass $testname } else { fail $testname }
42 if [all_ones $x1 $x2 $x3] then { pass $testname } else { fail $testname }
46 if [all_ones $x1 $x2 $x3 $x4 $x5 $x6] then {
50 if [all_ones $x0 $x1 $x2 $x3 $x4] then {
196 if [all_ones $x1 $x2 $x3] then { pass $testname } else { fail $testname }227 if [all_ones $x1 $x2 $x3] then { pass $testname } else { fail $testname }
143 proc all_ones { args } { procedure
6688 * gas/all/gas.exp: Use all_ones proc. Change regexp for matching6812 * lib/gas-defs.exp (all_ones): New procedure, for a predicate to