Searched defs:s390_cc_thunk_put1 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_s390_toIR.c583 s390_cc_thunk_put1(UInt opc, IRTemp d1, Bool sign_extend) function
842 #define s390_cc_thunk_putZ(op,dep1) s390_cc_thunk_put1(op,dep1,False)
843 #define s390_cc_thunk_putS(op,dep1) s390_cc_thunk_put1(op,dep1,True)
9759 s390_cc_thunk_put1(S390_CC_OP_SET, cc_s390, False);
9777 s390_cc_thunk_put1(S390_CC_OP_SET, cc_s390, False);
10049 s390_cc_thunk_put1(S390_CC_OP_SET, cc_s390, False);
10070 s390_cc_thunk_put1(S390_CC_OP_SET, cc_s390, False);
11509 s390_cc_thunk_put1(S390_CC_OP_BITWISE, mktemp(Ity_I32, get_counter_w1()),
11557 s390_cc_thunk_put1(S390_CC_OP_BITWISE, mktemp(Ity_I32, mkU32(0)), False);
12027 s390_cc_thunk_put1(S390_CC_OP_BITWIS
[all...]

Completed in 133 milliseconds