Searched refs:byte0 (Results 1 – 4 of 4) sorted by relevance
/arch/csky/abiv1/ |
D | alignment.c | 97 uint32_t byte0, byte1; in ldh_c() local 99 if (ldb_asm(addr, &byte0)) in ldh_c() 105 byte0 |= byte1 << 8; in ldh_c() 106 put_ptreg(regs, rz, byte0); in ldh_c() 119 uint32_t byte0, byte1; in sth_c() local 121 byte0 = byte1 = get_ptreg(regs, rz); in sth_c() 123 byte0 &= 0xff; in sth_c() 125 if (stb_asm(addr, byte0)) in sth_c() 144 uint32_t byte0, byte1, byte2, byte3; in ldw_c() local 146 if (ldb_asm(addr, &byte0)) in ldw_c() [all …]
|
/arch/powerpc/include/asm/ |
D | rtas.h | 153 uint8_t byte0; /* Architectural version */ member 220 uint8_t byte0; member
|
/arch/s390/include/asm/ |
D | cio.h | 282 u8 byte0; member
|
/arch/mips/include/asm/octeon/ |
D | cvmx-lmcx-defs.h | 2298 uint64_t byte0:4; member 2300 uint64_t byte0:4; 2401 uint64_t byte0:6; member 2403 uint64_t byte0:6; 2833 uint64_t byte0:5; member 2835 uint64_t byte0:5;
|