Searched refs:SIZE32 (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-size-inval-1.s1 # Test SIZE32 relocation overflow
H A Dsize-4.s1 # Test SIZE32 relocations against local TLS symbols
H A Dx86-64-size-inval-1.l9 [ ]*1[ ]+\# Test SIZE32 relocation overflow
H A Dsize-1.s1 # Test SIZE32 relocations against global symbols
H A Dsize-2.s1 # Test SIZE32 relocations against local symbols
H A Dsize-3.s1 # Test SIZE32 relocations against global TLS symbols
/netbsd-current/external/cddl/osnet/dev/dtrace/x86/
H A Dinstr_size.c117 uint_t mode = SIZE32;
119 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32;
H A Ddis_tables.h53 #define SIZE32 2 macro
H A Ddis_tables.c2523 else if (x->d86_opnd_size == SIZE32)
2668 else if (x->d86_opnd_size == SIZE32)
2750 if (x->d86_mode == SIZE32) {
2775 if (x->d86_mode == SIZE32) /* NOTE this is not addr_size! */
2885 * Mode determines the default operating mode (SIZE16, SIZE32 or SIZE64)
2903 uint_t opnd_size; /* SIZE16, SIZE32 or SIZE64 */
2904 uint_t addr_size; /* SIZE16, SIZE32 or SIZE64 */
2992 } else if (cpu_mode == SIZE32) {
2993 opnd_size = SIZE32;
2994 addr_size = SIZE32;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-opc.h440 #define SIZE32 2 macro
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Di386-opc.h493 #define SIZE32 2 macro
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h465 #define SIZE32 2 macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h554 #define SIZE32 2 macro
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/i386/
H A Ddt_isadep.c506 cpu_mode = (dmodel == PR_MODEL_ILP32) ? SIZE32 : SIZE64;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c3668 || t->opcode_modifier.size == SIZE32));
4457 i.tm.opcode_modifier.size = SIZE32;
4475 || i.tm.opcode_modifier.size == SIZE32)
4574 i.tm.opcode_modifier.size = SIZE32;
4659 i.tm.opcode_modifier.size = SIZE32;
4739 i.tm.opcode_modifier.size = SIZE32;
4744 i.tm.opcode_modifier.size = SIZE32;
7097 || current_templates.start->opcode_modifier.size == SIZE32)
7099 && ((current_templates.start->opcode_modifier.size == SIZE32)
9131 else if (i.tm.opcode_modifier.size == SIZE32)
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c3457 || t->opcode_modifier.size == SIZE32));
4080 i.tm.opcode_modifier.size = SIZE32;
4098 || i.tm.opcode_modifier.size == SIZE32)
4197 i.tm.opcode_modifier.size = SIZE32;
5296 || current_templates->start->opcode_modifier.size == SIZE32)
5298 && ((current_templates->start->opcode_modifier.size == SIZE32)
7019 else if (i.tm.opcode_modifier.size == SIZE32)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-i386.c5100 || current_templates->start->opcode_modifier.size == SIZE32)
5102 && ((current_templates->start->opcode_modifier.size == SIZE32)
6760 else if (i.tm.opcode_modifier.size == SIZE32)

Completed in 342 milliseconds