Home
last modified time | relevance | path

Searched refs:s390_amode (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_s390_defs.h79 } s390_amode; typedef
82 s390_amode *s390_amode_b12(Int d, HReg b);
83 s390_amode *s390_amode_b20(Int d, HReg b);
84 s390_amode *s390_amode_bx12(Int d, HReg b, HReg x);
85 s390_amode *s390_amode_bx20(Int d, HReg b, HReg x);
86 s390_amode *s390_amode_for_guest_state(Int d);
87 Bool s390_amode_is_sane(const s390_amode *);
89 const HChar *s390_amode_as_string(const s390_amode *);
111 s390_amode *am;
271 s390_amode *src;
[all …]
Dhost_s390_isel.c128 static s390_amode *s390_isel_amode(ISelEnv *, IRExpr *);
287 static s390_amode *
323 static s390_amode *
326 s390_amode *am; in s390_isel_amode()
804 s390_amode *am = s390_isel_amode(env, expr->Iex.Load.addr); in s390_isel_int_expr_wrk()
1334 s390_amode *am = s390_amode_for_guest_state(expr->Iex.Get.offset); in s390_isel_int_expr_wrk()
1515 s390_amode *am_hi, *am_lo; in s390_isel_float128_expr_wrk()
1741 s390_amode *am = s390_isel_amode(env, expr->Iex.Load.addr); in s390_isel_float_expr_wrk()
1754 s390_amode *am = s390_amode_for_guest_state(expr->Iex.Get.offset); in s390_isel_float_expr_wrk()
2227 s390_amode *am; in s390_isel_stmt()
[all …]
Dhost_s390_defs.c204 s390_amode *
207 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode)); in s390_amode_b12()
221 s390_amode *
224 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode)); in s390_amode_b20()
238 s390_amode *
241 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode)); in s390_amode_bx12()
257 s390_amode *
260 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode)); in s390_amode_bx20()
276 s390_amode *
288 s390_amode_as_string(const s390_amode *am) in s390_amode_as_string()
[all …]