Lines Matching refs:opcode
38 // the corresponding opcode.
44 // to create the instruction->opcode mappings. The caller *must* have
54 // Finds an opcode that has the given inst, size, and mode for its first
57 // opcode. Otherwise, returns an opcode value between 0 and 255.
60 // usually want to try again with size == 0 to find an opcode that
73 // Given a first opcode (presumed to have been returned by a previous call to
74 // lookupFirstOpcode), finds an opcode that has the same first instruction as
75 // the first opcode, and has the given inst, size, and mode for its second
79 // usually want to try again with size == 0 to find an opcode that
100 unsigned char opcode) {
103 *opcode_slot = opcode;
116 // Lookup specific-sized opcode
182 // for each possible opcode. Each element can be NULL, or can point to: