HomeSort by: relevance | last modified time | path
    Searched defs:operand_types (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
tic30.h 232 /* operand_types[i] describes the type of operand i. This is made
234 'operand_types[i] = Reg|Imm' specifies that operand i can be
236 unsigned int operand_types[3]; member in struct:_template
615 unsigned int operand_types[2][3]; member in struct:__anon10690
tic54x.h 124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic30.h 232 /* operand_types[i] describes the type of operand i. This is made
234 'operand_types[i] = Reg|Imm' specifies that operand i can be
236 unsigned int operand_types[3]; member in struct:_template
615 unsigned int operand_types[2][3]; member in struct:__anon12154
tic54x.h 124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
  /src/external/gpl3/gdb/dist/include/opcode/
tic30.h 232 /* operand_types[i] describes the type of operand i. This is made
234 'operand_types[i] = Reg|Imm' specifies that operand i can be
236 unsigned int operand_types[3]; member in struct:_template
615 unsigned int operand_types[2][3]; member in struct:__anon18801
tic54x.h 124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic30.h 232 /* operand_types[i] describes the type of operand i. This is made
234 'operand_types[i] = Reg|Imm' specifies that operand i can be
236 unsigned int operand_types[3]; member in struct:_template
615 unsigned int operand_types[2][3]; member in struct:__anon21542
tic54x.h 124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 589 static bitfield operand_types[] = variable
1391 bitfield types [ARRAY_SIZE (operand_types)];
1394 memcpy (types, operand_types, sizeof (types));
1471 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
1503 operand_types [i = 0] = NULL;
1508 /* Find operand_types. */
1509 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
1513 operand_types [i] = NULL;
1517 operand_types [i] = next_field (str, ',', &str, last);
1570 extension_opcode, operand_types, lineno
    [all...]
i386-opc.h 1101 /* operand_types[i] describes the type of operand i. This is made
1103 'operand_types[i] = Reg|Imm' specifies that operand i can be
1105 i386_operand_type operand_types[MAX_OPERANDS]; member in class:i386_operand_type::__anon10914::__anon10915
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 569 static bitfield operand_types[] = variable
1371 bitfield types [ARRAY_SIZE (operand_types)];
1374 memcpy (types, operand_types, sizeof (types));
1451 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
1483 operand_types [i = 0] = NULL;
1488 /* Find operand_types. */
1489 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
1493 operand_types [i] = NULL;
1497 operand_types [i] = next_field (str, ',', &str, last);
1550 extension_opcode, operand_types, lineno
    [all...]
i386-opc.h 1088 /* operand_types[i] describes the type of operand i. This is made
1090 'operand_types[i] = Reg|Imm' specifies that operand i can be
1092 i386_operand_type operand_types[MAX_OPERANDS]; member in class:i386_operand_type::__anon12361::__anon12362
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 539 static bitfield operand_types[] = variable
1327 bitfield types [ARRAY_SIZE (operand_types)];
1330 memcpy (types, operand_types, sizeof (types));
1407 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
1439 operand_types [i = 0] = NULL;
1444 /* Find operand_types. */
1445 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
1449 operand_types [i] = NULL;
1453 operand_types [i] = next_field (str, ',', &str, last);
1506 extension_opcode, operand_types, lineno
    [all...]
i386-opc.h 1053 /* operand_types[i] describes the type of operand i. This is made
1055 'operand_types[i] = Reg|Imm' specifies that operand i can be
1057 i386_operand_type operand_types[MAX_OPERANDS]; member in class:i386_operand_type::__anon19039::__anon19040
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 530 static bitfield operand_types[] = variable
1318 bitfield types [ARRAY_SIZE (operand_types)];
1321 memcpy (types, operand_types, sizeof (types));
1398 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
1430 operand_types [i = 0] = NULL;
1435 /* Find operand_types. */
1436 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
1440 operand_types [i] = NULL;
1444 operand_types [i] = next_field (str, ',', &str, last);
1497 extension_opcode, operand_types, lineno
    [all...]
i386-opc.h 1036 /* operand_types[i] describes the type of operand i. This is made
1038 'operand_types[i] = Reg|Imm' specifies that operand i can be
1040 i386_operand_type operand_types[MAX_OPERANDS]; member in class:i386_operand_type::__anon21778::__anon21779
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 2548 && !t->operand_types[wanted].bitfield.byte)
2550 && !t->operand_types[wanted].bitfield.word)
2552 && !t->operand_types[wanted].bitfield.dword)
2554 && (!t->operand_types[wanted].bitfield.qword
2560 && (t->operand_types[wanted].bitfield.class == Reg
2572 || t->operand_types[wanted].bitfield.tbyte;
2583 && !t->operand_types[wanted].bitfield.xmmword)
2585 && !t->operand_types[wanted].bitfield.ymmword)
2587 && !t->operand_types[wanted].bitfield.zmmword)
2589 && !t->operand_types[wanted].bitfield.tmmword))
9369 i386_operand_type operand_types [MAX_OPERANDS]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 2499 && !t->operand_types[wanted].bitfield.byte)
2501 && !t->operand_types[wanted].bitfield.word)
2503 && !t->operand_types[wanted].bitfield.dword)
2505 && (!t->operand_types[wanted].bitfield.qword
2511 && (t->operand_types[wanted].bitfield.class == Reg
2523 || t->operand_types[wanted].bitfield.tbyte;
2534 && !t->operand_types[wanted].bitfield.xmmword)
2536 && !t->operand_types[wanted].bitfield.ymmword)
2538 && !t->operand_types[wanted].bitfield.zmmword)
2540 && !t->operand_types[wanted].bitfield.tmmword))
9203 i386_operand_type operand_types [MAX_OPERANDS]; local
    [all...]

Completed in 45 milliseconds