Searched refs:s390_amode (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_s390_defs.h | 81 } s390_amode; typedef 84 s390_amode *s390_amode_b12(Int d, HReg b); 85 s390_amode *s390_amode_b20(Int d, HReg b); 86 s390_amode *s390_amode_bx12(Int d, HReg b, HReg x); 87 s390_amode *s390_amode_bx20(Int d, HReg b, HReg x); 88 s390_amode *s390_amode_for_guest_state(Int d); 89 Bool s390_amode_is_sane(const s390_amode *); 91 const HChar *s390_amode_as_string(const s390_amode *); 113 s390_amode *am; 328 s390_amode *op2; [all …]
|
D | host_s390_isel.c | 129 static s390_amode *s390_isel_amode(ISelEnv *, IRExpr *); 130 static s390_amode *s390_isel_amode_b12_b20(ISelEnv *, IRExpr *); 297 static s390_amode * 332 static s390_amode * 335 s390_amode *am; in s390_isel_amode() 363 static s390_amode * 366 s390_amode *am; in s390_isel_amode_b12_b20() 1103 s390_amode *am = s390_isel_amode(env, expr->Iex.Load.addr); in s390_isel_int_expr_wrk() 1803 s390_amode *am = s390_amode_for_guest_state(expr->Iex.Get.offset); in s390_isel_int_expr_wrk() 1965 s390_amode *am_hi, *am_lo; in s390_isel_float128_expr_wrk() [all …]
|
D | host_s390_defs.c | 160 s390_amode * 163 s390_amode *am = LibVEX_Alloc_inline(sizeof(s390_amode)); in s390_amode_b12() 177 s390_amode * 180 s390_amode *am = LibVEX_Alloc_inline(sizeof(s390_amode)); in s390_amode_b20() 194 s390_amode * 197 s390_amode *am = LibVEX_Alloc_inline(sizeof(s390_amode)); in s390_amode_bx12() 213 s390_amode * 216 s390_amode *am = LibVEX_Alloc_inline(sizeof(s390_amode)); in s390_amode_bx20() 236 s390_amode * 251 s390_amode_as_string(const s390_amode *am) in s390_amode_as_string() [all …]
|