Lines Matching full:opcode
16 # Awk helper script for opcode-gen.
106 emission == "opcode-info-defs" {
122 emission == "dops-init" || emission == "opcode-info-init" {
154 emission == "libdex-opcode-enum" {
171 emission == "libdex-opcode-names" {
285 # Define an opcode.
354 # each opcode, which one should be tried next when doing instruction
375 # Given an opcode by index, find the next opcode in the same family
378 # match. This returns the index of the matching opcode or -1 if there
385 # Not every opcode has a version with every possible format, so
398 # Construct the tables of info indexed by packed opcode. The packed opcode
423 # Given a packed opcode, returns the raw (unpacked) opcode value.
435 # Returns the "unused" name of the given opcode (by index).
436 # That is, this is the human-oriented name to use for an opcode
438 # where the opcode isn't used.
447 # Returns the "unused" constant name of the given opcode (by index).
449 # where the opcode isn't used.
525 # Returns true if the given opcode (by index) is an "optimized" opcode.
535 # Returns true if there is no definition for the given opcode (by index).