| /src/external/gpl3/binutils/dist/opcodes/ |
| tic30-dis.c | 85 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 89 if (current_optab->base_opcode == insn_word) 95 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN)) 112 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 114 if ((current_optab->base_opcode & PAR_STORE_IDEN) 132 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 134 if ((current_optab->base_opcode & MUL_ADD_IDEN) 152 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 156 if ((current_optab->base_opcode & BR_IMM_IDEN) 165 if ((current_optab->base_opcode & BR_COND_IDEN [all...] |
| i386-gen.c | 1168 unsigned int base_opcode = opcode >> (8 * length - 8); local 1173 switch (base_opcode >> 4) 1185 switch (base_opcode >> 4) 1470 char *base_opcode, *extension_opcode, *end, *ident; local 1474 /* Find base_opcode. */ 1475 base_opcode = next_field (str, ',', &str, last); 1478 extension_opcode = strchr (base_opcode, '/'); 1521 opcode = strtoull (base_opcode, &end, 0);
|
| i386-opc.h | 585 canonical way; the base_opcode field should hold the encoding for byte 1019 operation (base_opcode, operands), or by just a (signed) right shift 1022 /* base_opcode is the fundamental opcode byte without optional 1024 unsigned int base_opcode:16; 1094 the base_opcode. These bits also are used to detect alternate forms of
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| tic30-dis.c | 85 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 89 if (current_optab->base_opcode == insn_word) 95 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN)) 112 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 114 if ((current_optab->base_opcode & PAR_STORE_IDEN) 132 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 134 if ((current_optab->base_opcode & MUL_ADD_IDEN) 152 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 156 if ((current_optab->base_opcode & BR_IMM_IDEN) 165 if ((current_optab->base_opcode & BR_COND_IDEN [all...] |
| i386-gen.c | 1148 unsigned int base_opcode = opcode >> (8 * length - 8); local 1153 switch (base_opcode >> 4) 1165 switch (base_opcode >> 4) 1450 char *base_opcode, *extension_opcode, *end, *ident; local 1454 /* Find base_opcode. */ 1455 base_opcode = next_field (str, ',', &str, last); 1458 extension_opcode = strchr (base_opcode, '/'); 1501 opcode = strtoull (base_opcode, &end, 0);
|
| i386-opc.h | 573 canonical way; the base_opcode field should hold the encoding for byte 1006 operation (base_opcode, operands), or by just a (signed) right shift 1009 /* base_opcode is the fundamental opcode byte without optional 1011 unsigned int base_opcode:16; 1081 the base_opcode. These bits also are used to detect alternate forms of
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| tic30-dis.c | 85 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 89 if (current_optab->base_opcode == insn_word) 95 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN)) 112 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 114 if ((current_optab->base_opcode & PAR_STORE_IDEN) 132 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 134 if ((current_optab->base_opcode & MUL_ADD_IDEN) 152 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 156 if ((current_optab->base_opcode & BR_IMM_IDEN) 165 if ((current_optab->base_opcode & BR_COND_IDEN [all...] |
| i386-gen.c | 1104 unsigned int base_opcode = opcode >> (8 * length - 8); local 1109 switch (base_opcode >> 4) 1121 switch (base_opcode >> 4) 1406 char *base_opcode, *extension_opcode, *end, *ident; local 1410 /* Find base_opcode. */ 1411 base_opcode = next_field (str, ',', &str, last); 1414 extension_opcode = strchr (base_opcode, '/'); 1457 opcode = strtoull (base_opcode, &end, 0);
|
| i386-opc.h | 540 canonical way; the base_opcode field should hold the encoding for byte 972 operation (base_opcode, operands), or by just a (signed) right shift 975 /* base_opcode is the fundamental opcode byte without optional 977 unsigned int base_opcode:16; 1046 the base_opcode. These bits also are used to detect alternate forms of
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| tic30-dis.c | 85 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 89 if (current_optab->base_opcode == insn_word) 95 else if ((current_optab->base_opcode & NORMAL_IDEN) == (insn_word & NORMAL_IDEN)) 112 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 114 if ((current_optab->base_opcode & PAR_STORE_IDEN) 132 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 134 if ((current_optab->base_opcode & MUL_ADD_IDEN) 152 if (GET_TYPE (current_optab->base_opcode) == GET_TYPE (insn_word)) 156 if ((current_optab->base_opcode & BR_IMM_IDEN) 165 if ((current_optab->base_opcode & BR_COND_IDEN [all...] |
| i386-gen.c | 1095 unsigned int base_opcode = opcode >> (8 * length - 8); local 1100 switch (base_opcode >> 4) 1112 switch (base_opcode >> 4) 1397 char *base_opcode, *extension_opcode, *end, *ident; local 1401 /* Find base_opcode. */ 1402 base_opcode = next_field (str, ',', &str, last); 1405 extension_opcode = strchr (base_opcode, '/'); 1448 opcode = strtoull (base_opcode, &end, 0);
|
| i386-opc.h | 531 canonical way; the base_opcode field should hold the encoding for byte 955 operation (base_opcode, operands), or by just a (signed) right shift 958 /* base_opcode is the fundamental opcode byte without optional 960 unsigned int base_opcode:16; 1029 the base_opcode. These bits also are used to detect alternate forms of
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-i386.c | 3850 fprintf (stdout, "opcode %x ", t->base_opcode); 4159 || (i.tm.base_opcode == 0x8d && i.tm.opcode_space == SPACE_BASE)) 4271 /* For CCMP and CTEST the template has EVEX.SCC in base_opcode. Move it out of 4272 there, to then adjust base_opcode to obtain its normal meaning. */ 4275 /* Get EVEX.SCC value from the lower 4 bits of base_opcode. */ 4276 i.scc = i.tm.base_opcode & 0xf; 4277 i.tm.base_opcode >>= 8; 4283 i.tm.base_opcode ^= 1; 4288 if (!(i.tm.base_opcode >> (8 * l))) 4336 i.tm.base_opcode ^= (i.tm.base_opcode & 0xee) != 0x6 6517 unsigned int base_opcode = i.tm.base_opcode | 1; local [all...] |
| tc-i386-ginsn.c | 129 uint16_t opcode = i.tm.base_opcode; 171 uint16_t opcode = i.tm.base_opcode; 306 uint16_t opcode = i.tm.base_opcode; 621 uint16_t opcode = i.tm.base_opcode; 760 opcode = i.tm.base_opcode;
|
| tc-tic30.c | 962 p_insn.opcode = p_insn.tm->base_opcode; 1653 insn.opcode = insn.tm->base_opcode; 1682 insn.opcode = insn.tm->base_opcode;
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-i386.c | 3796 fprintf (stdout, "opcode %x ", t->base_opcode); 4092 || (i.tm.base_opcode == 0x8d && i.tm.opcode_space == SPACE_BASE)) 4197 /* For CCMP and CTEST the template has EVEX.SCC in base_opcode. Move it out of 4198 there, to then adjust base_opcode to obtain its normal meaning. */ 4201 /* Get EVEX.SCC value from the lower 4 bits of base_opcode. */ 4202 i.scc = i.tm.base_opcode & 0xf; 4203 i.tm.base_opcode >>= 8; 4209 i.tm.base_opcode ^= 1; 4214 if (!(i.tm.base_opcode >> (8 * l))) 4262 i.tm.base_opcode ^= (i.tm.base_opcode & 0xee) != 0x6 6355 unsigned int base_opcode = i.tm.base_opcode | 1; local [all...] |
| tc-i386-ginsn.c | 129 uint16_t opcode = i.tm.base_opcode; 171 uint16_t opcode = i.tm.base_opcode; 306 uint16_t opcode = i.tm.base_opcode; 621 uint16_t opcode = i.tm.base_opcode; 760 opcode = i.tm.base_opcode;
|
| tc-tic30.c | 962 p_insn.opcode = p_insn.tm->base_opcode; 1653 insn.opcode = insn.tm->base_opcode; 1682 insn.opcode = insn.tm->base_opcode;
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| tic30.h | 220 unsigned int base_opcode; /* base_opcode is the fundamental opcode byte */ member in struct:_template 222 the base_opcode. These bits also are used to detect alternate forms of 614 unsigned int base_opcode; member in struct:__anon10690
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| tic30.h | 220 unsigned int base_opcode; /* base_opcode is the fundamental opcode byte */ member in struct:_template 222 the base_opcode. These bits also are used to detect alternate forms of 614 unsigned int base_opcode; member in struct:__anon12154
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| tic30.h | 220 unsigned int base_opcode; /* base_opcode is the fundamental opcode byte */ member in struct:_template 222 the base_opcode. These bits also are used to detect alternate forms of 614 unsigned int base_opcode; member in struct:__anon18801
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| tic30.h | 220 unsigned int base_opcode; /* base_opcode is the fundamental opcode byte */ member in struct:_template 222 the base_opcode. These bits also are used to detect alternate forms of 614 unsigned int base_opcode; member in struct:__anon21542
|