Searched refs:sbyte (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/dev/scsipi/ |
| D | ses.c | 717 #define sbyte(x, byte) ((((uint32_t)(x)) >> (byte * 8)) & 0xff) macro 719 #define sset8(outp, idx, sval) (((uint8_t *)(outp))[idx++]) = sbyte(sval, 0) 722 (((uint8_t *)(outp))[idx++]) = sbyte(sval, 1), \ 723 (((uint8_t *)(outp))[idx++]) = sbyte(sval, 0) 727 (((uint8_t *)(outp))[idx++]) = sbyte(sval, 2), \ 728 (((uint8_t *)(outp))[idx++]) = sbyte(sval, 1), \ 729 (((uint8_t *)(outp))[idx++]) = sbyte(sval, 0) 733 (((uint8_t *)(outp))[idx++]) = sbyte(sval, 3), \ 734 (((uint8_t *)(outp))[idx++]) = sbyte(sval, 2), \ 735 (((uint8_t *)(outp))[idx++]) = sbyte(sval, 1), \ [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/avr/ |
| D | interp.c | 39 typedef signed char sbyte; typedef 1111 gen_mul (cpu, (sword)(sbyte)sram[get_r16 (op)] in step_once() 1112 * (sword)(sbyte)sram[get_d16 (op)]); in step_once() 1117 * (sword)(sbyte)sram[get_d16_23 (op)]); in step_once() 1126 gen_mul (cpu, ((sword)(sbyte)sram[get_r16_23 (op)] in step_once() 1127 * (sword)(sbyte)sram[get_d16_23 (op)]) << 1); in step_once() 1132 * (sword)(sbyte)sram[get_d16_23 (op)]) << 1); in step_once()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/nova/ |
| D | README | 230 sbyte: sta 3,@sp
|