Lines Matching defs:UInt
9 typedef unsigned int UInt;
11 __attribute__((noinline)) UInt do_ldrt_imm_132 ( unsigned char* p )
13 UInt res;
21 __attribute__((noinline)) void do_strt_imm_132 ( unsigned char* p, UInt val )
29 __attribute__((noinline)) void do_strbt_imm_132 ( unsigned char* p, UInt* val )
37 __attribute__((noinline)) UInt do_ldrht_imm_1 (unsigned char* val)
39 UInt res;
47 __attribute__((noinline)) void do_ldrsht_imm_1 (UInt* res)
55 __attribute__((noinline)) void do_strht_imm_132 ( unsigned char* p, UInt* val )
63 __attribute__((noinline)) UInt do_ldrbt_imm_2 (unsigned char* val)
65 UInt res;
73 __attribute__((noinline)) UInt do_ldrsbt_imm_2 (unsigned char* val)
75 UInt res;
85 UInt i;
88 UInt r = do_ldrt_imm_132(b);
92 UInt val = (200 << 0) | (150 << 8) | (100 << 16) | (10 << 24);
101 UInt val_bt = 0b11111111;
109 UInt val_ht = 0xFFFF;
117 UInt val_ldrbt = (200 << 0) | (150 << 8) | (137 << 16) | (10 << 24);
121 UInt val_ldrsbt = (200 << 0) | (150 << 8) | (254 << 16) | (10 << 24);
126 UInt val_ldrht = 0xABFEFD8D;
130 UInt val_ldrsht = 0x00BADFAA;