Searched refs:s390_amode (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_s390_defs.h | 79 } 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; 263 s390_amode *src; [all …]
|
D | host_s390_isel.c | 91 static s390_amode *s390_isel_amode(ISelEnv *, IRExpr *); 208 static s390_amode * 244 static s390_amode * 247 s390_amode *am; in s390_isel_amode() 688 s390_amode *am = s390_isel_amode(env, expr->Iex.Load.addr); in s390_isel_int_expr_wrk() 1211 s390_amode *am = s390_amode_for_guest_state(expr->Iex.Get.offset); in s390_isel_int_expr_wrk() 1397 s390_amode *am_hi, *am_lo; in s390_isel_float128_expr_wrk() 1622 s390_amode *am = s390_isel_amode(env, expr->Iex.Load.addr); in s390_isel_float_expr_wrk() 1635 s390_amode *am = s390_amode_for_guest_state(expr->Iex.Get.offset); in s390_isel_float_expr_wrk() 2105 s390_amode *am; in s390_isel_stmt() [all …]
|
D | host_s390_defs.c | 201 s390_amode * 204 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode)); in s390_amode_b12() 218 s390_amode * 221 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode)); in s390_amode_b20() 235 s390_amode * 238 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode)); in s390_amode_bx12() 254 s390_amode * 257 s390_amode *am = LibVEX_Alloc(sizeof(s390_amode)); in s390_amode_bx20() 273 s390_amode * 285 s390_amode_as_string(const s390_amode *am) in s390_amode_as_string() [all …]
|