HomeSort by relevance Sort by last modified time
    Searched refs:s390_amode (Results 1 - 3 of 3) sorted by null

  /external/valgrind/VEX/priv/
host_s390_defs.h 81 } s390_amode; typedef in typeref:struct:__anon35076
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;
331 s390_amode *op2
    [all...]
host_s390_isel.c 129 static s390_amode *s390_isel_amode(ISelEnv *, IRExpr *);
130 static s390_amode *s390_isel_amode_b12_b20(ISelEnv *, IRExpr *);
294 /* EXPR is an expression that is used as an address. Return an s390_amode
297 static s390_amode *
332 static s390_amode *
335 s390_amode *am;
363 static s390_amode *
366 s390_amode *am;
    [all...]
host_s390_defs.c 160 s390_amode *
163 s390_amode *am = LibVEX_Alloc_inline(sizeof(s390_amode));
177 s390_amode *
180 s390_amode *am = LibVEX_Alloc_inline(sizeof(s390_amode));
194 s390_amode *
197 s390_amode *am = LibVEX_Alloc_inline(sizeof(s390_amode));
213 s390_amode *
    [all...]

Completed in 66 milliseconds