Searched refs:and64 (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure5282 and64="/uint64_t"
5284 and64=""
5322 and64="/uint64_t"
5324 and64=""
5364 and64="/u_int64_t"
5366 and64=""
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js172 and64: function (x, y) {
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js230 and64: function (x, y) {
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c16281 IRTemp and64 = newTemp(Ity_I64); local
16284 assign(and64,
16307 binop(Iop_Sar64, mkexpr(and64), mkU8(63))));
16320 assign(t1, binop(Iop_And64, mkexpr(and64), mkexpr(t0)));
16322 and64 = t1;
16325 /* Now convert and64, andn64 to all-zeroes or all-1s, so we can
16334 binop(Iop_Sub64, mkU64(0), mkexpr(and64)),
16335 mkexpr(and64)), mkU8(63))));
[all...]

Completed in 553 milliseconds