Searched refs:Data32 (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/sys/arch/emips/ebus/ |
| H A D | ace_ebus.c | 918 uint32_t Data32; in sysace_identify() local 927 Data32 = sc->sc_dr->DATABUFREG[0]; in sysace_identify() 931 Data32 = in sysace_identify() 932 (Data32 >> 16) | (Data32 << 16); in sysace_identify() 935 &Data32, 4); in sysace_identify() 1142 uint32_t Data32; in sysace_read_at() local 1144 Data32 = sc->sc_dr->DATABUFREG[0]; in sysace_read_at() 1145 Data32 = le32toh(Data32); in sysace_read_at() 1146 memcpy(buffer + i, &Data32, 4); in sysace_read_at() 1266 uint32_t Data32; in sysace_write_at() local [all …]
|
| H A D | flash_ebus.c | 792 uint32_t i, Data32, Value; in twin_program_word() local 803 sc->sc_ops->read_uint32(sc,Offset,&Data32); in twin_program_word() 807 Offset, Data32); in twin_program_word() 810 if (Data32 != 0xffffffff) in twin_program_word() 832 sc->sc_ops->read_uint32(sc,Offset,&Data32); in twin_program_word() 836 Offset, Data32); in twin_program_word() 839 if ((Data32 != Value)) { in twin_program_word() 842 Data32, Value); in twin_program_word() 859 uint32_t i, Data32, Value; in twin_program_buffer() local 869 sc->sc_ops->read_uint32(sc,Where+i,&Data32); in twin_program_buffer() [all …]
|
| /netbsd-src/sys/arch/emips/stand/common/ |
| H A D | ace.c | 541 uint32_t Data32; in SysAce_read() local 543 Data32 = Interface->DATABUFREG[0]; in SysAce_read() 544 Data32 = le32toh(Data32); in SysAce_read() 545 DBGME(0,printf(" %x", Data32)); in SysAce_read() 547 memcpy(Buffer+i, &Data32, 4); in SysAce_read()
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | ChangeLog-9103 | 1512 * i386.h: Change occurences of Data16 to Size16, Data32 to Size32, 2327 * i386.h (i386_optab): Remove Data32 from pushf and popf. 2436 * i386.h: added missing Data16/Data32 flags to a few instructions. 2494 (i386_optab): Added Data16 and Data32 as needed. Added "w" forms
|
| /netbsd-src/external/gpl3/gdb/dist/include/opcode/ |
| H A D | ChangeLog-9103 | 1512 * i386.h: Change occurences of Data16 to Size16, Data32 to Size32, 2327 * i386.h (i386_optab): Remove Data32 from pushf and popf. 2436 * i386.h: added missing Data16/Data32 flags to a few instructions. 2494 (i386_optab): Added Data16 and Data32 as needed. Added "w" forms
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | ChangeLog-9103 | 1512 * i386.h: Change occurences of Data16 to Size16, Data32 to Size32, 2327 * i386.h (i386_optab): Remove Data32 from pushf and popf. 2436 * i386.h: added missing Data16/Data32 flags to a few instructions. 2494 (i386_optab): Added Data16 and Data32 as needed. Added "w" forms
|
| /netbsd-src/external/gpl3/gdb.old/dist/include/opcode/ |
| H A D | ChangeLog-9103 | 1512 * i386.h: Change occurences of Data16 to Size16, Data32 to Size32, 2327 * i386.h (i386_optab): Remove Data32 from pushf and popf. 2436 * i386.h: added missing Data16/Data32 flags to a few instructions. 2494 (i386_optab): Added Data16 and Data32 as needed. Added "w" forms
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-9899 | 3387 * config/tc-i386.h: Change Data16 to Size16, Data32 to Size32,
|
| H A D | ChangeLog-9295 | 3656 (Data16, Data32): Define.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-9899 | 3387 * config/tc-i386.h: Change Data16 to Size16, Data32 to Size32,
|
| H A D | ChangeLog-9295 | 3656 (Data16, Data32): Define.
|