OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opcode_modifier
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c
923
char *cpu_flags, *
opcode_modifier
, *operand_types [MAX_OPERANDS];
local
940
/* Find
opcode_modifier
. */
941
opcode_modifier
= next_field (str, ',', &str, last);
992
process_i386_opcode_modifier (table,
opcode_modifier
, lineno);
[
all
...]
i386-opc.h
307
/* Position of
opcode_modifier
bits. */
834
/* the bits in
opcode_modifier
are used to generate the final opcode from
837
i386_opcode_modifier
opcode_modifier
;
member in struct:insn_template
/toolchain/binutils/binutils-2.25/include/opcode/
tic30.h
221
/* the bits in
opcode_modifier
are used to generate the final opcode from
224
unsigned int
opcode_modifier
;
member in struct:_template
226
/*
opcode_modifier
bits: */
[
all
...]
Completed in 4146 milliseconds