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

  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 108 RawLiteral* Add(T high64, T low64) {
109 return AddEntry(new Literal<T>(high64, low64));
    [all...]
assembler-a64.h 976 Literal(T high64, T low64) {
980 memcpy(&high64_, &high64, sizeof(high64));
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 7300 IRExpr * high64; local
7322 IRExpr * high64; local
15539 IRExpr * high64, * low32; local
15548 IRTemp high64 = newTemp(Ity_F64); local
15561 IRExpr * high64; local
15564 store( mkexpr( EA ), high64 ); local
15569 IRExpr * high64, *low64; local
15573 store( mkexpr( EA ), high64 ); local
    [all...]

Completed in 70 milliseconds