HomeSort by relevance Sort by last modified time
    Searched full:s390_cc_thunk_put2 (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 557 s390_cc_thunk_put2(UInt opc, IRTemp d1, IRTemp d2, Bool sign_extend) function
755 #define s390_cc_thunk_putZZ(op,dep1,dep2) s390_cc_thunk_put2(op,dep1,dep2,False)
756 #define s390_cc_thunk_putSS(op,dep1,dep2) s390_cc_thunk_put2(op,dep1,dep2,True)
    [all...]

Completed in 53 milliseconds