Lines Matching defs:Panda
119 Panda.prefixes_hash[name] if name
149 Panda.format_hash[dig(:format)]
436 handlers = Panda.instructions.reject(&:prefix) +
438 Panda.prefixes.select(&:public?) +
440 Panda.prefixes.reject(&:public?) +
441 Panda.instructions.select(&:prefix).stable_sort_by { |i| Panda.prefixes_hash[i.prefix.name].opcode_idx }
447 (Panda.instructions.reject(&:prefix).map(&:opcode_idx).max + 1)..(Panda.prefixes.map(&:opcode_idx).min - 1)
451 max_invalid_idx = Panda.prefixes.reject(&:public?).map(&:opcode_idx).min || 256
452 (Panda.prefixes.select(&:public?).map(&:opcode_idx).max + 1)..(max_invalid_idx - 1)
469 Panda.prefixes.each_with_object({}) do |p, obj|
470 prefix_instructions_num = Panda.instructions.select { |i| i.prefix && (i.prefix.name == p.name) }.size
520 # e.g. 'Panda::groups[0].instruction[0].format'
522 module Panda
666 Panda.wrap_data(data)