Lines Matching full:all
21 each_cons(2).all? { |a, b| (a <=> b) <= 0 }
47 assert('All instructions for a prefix should fit one byte') do
50 end.all?
56 end.all?
64 end.all?
67 assert('All prefixes should have unique name') do
79 assert('All tags are unique between categories') do
83 assert('All tags are used') do
91 assert('All tags are defined') do
104 end.all?
110 end.all?
118 end.all?
124 end.all?
128 Panda.instructions.select(&:conditional?).map(&:jump?).all?
134 end.all?
137 assert('All calls write into accumulator') do
138 Panda.instructions.select { |i| i.properties.include?('call') }.map(&:acc_write?).all?
144 end.all?
154 end.all?
160 i.acc_and_operands.all? { |op| types.include?(op.type.sub('[]', '')) }
161 end.all?
168 end.all?
175 end.all?
183 end.all?
191 end.all?
199 end.all?