Home | History | Annotate | Download | only in arm

Lines Matching defs:val

21 __attribute__((noinline)) void do_strt_imm_132 ( unsigned char* p, UInt val )
25 : : "r"(p), "r"(val) : "r5", "r6", "memory"
29 __attribute__((noinline)) void do_strbt_imm_132 ( unsigned char* p, UInt* val )
33 : : "r"(val), "r"(p) : "r5", "r6", "memory"
37 __attribute__((noinline)) UInt do_ldrht_imm_1 (unsigned char* val)
42 : "=r"(res) : "r"(val) : "r4", "r5"
55 __attribute__((noinline)) void do_strht_imm_132 ( unsigned char* p, UInt* val )
59 : : "r"(val), "r"(p) : "r5", "r6", "memory"
63 __attribute__((noinline)) UInt do_ldrbt_imm_2 (unsigned char* val)
68 : "=r"(res) : "r"(val) : "r4", "r5"
73 __attribute__((noinline)) UInt do_ldrsbt_imm_2 (unsigned char* val)
78 : "=r"(res) : "r"(val) : "r4", "r5"
92 UInt val = (200 << 0) | (150 << 8) | (100 << 16) | (10 << 24);
95 do_strt_imm_132(c, val);