Searched defs:LSB (Results 1 – 15 of 15) sorted by relevance
156 #define LSB r in glue() macro159 #define LSB b in glue() macro199 #define LSB r in glue() macro202 #define LSB b in glue() macro233 #define LSB r in glue() macro236 #define LSB b in glue() macro271 #define LSB r in glue() macro274 #define LSB b in glue() macro
57 #define LSB 3 macro65 #define LSB 0 macro
48 #define LSB(x) ((x & 0xff)) macro
38 #define LSB(X) (((X) & 0xff)) macro
50 #define LSB(x) ((x & 0xff)) macro
69 #define LSB(__x) (__x & 0xff) macro
24 #define LSB(X) (((X) & 0xFF)) macro
59 #define LSB(x) ( (x) & 0xff ) macro
28 #define LSB(value, index) \ macro
24 enum { LSB, CSB, MSB }; enumerator
602 TCGv LSB = tcg_temp_new(); in gen_cond_jumpr31() local828 TCGv LSB = tcg_temp_new(); in gen_cond_return() local
143 #define short_pack(LSB,MSB) ( ((u16)(LSB)) | ( ((u16)(MSB))<<8 ) ) argument
729 #define LSB(x) ((uint8_t)(x)) macro
1630 #define LSB 0 macro
140 #define LSB(x) ((uint8_t)(x)) macro