Lines Matching defs:gh

387     uint64x2_t gh = vld1q_u64(&ctx->state[6]);
401 uint64x2_t gh_orig = gh;
425 sum = vaddq_u64(vextq_u64(initial_sum, initial_sum, 1), gh);
426 intermed = vsha512hq_u64(sum, vextq_u64(ef, gh, 1), vextq_u64(cd, ef, 1));
427 gh = vsha512h2q_u64(intermed, cd, ab);
434 ef = vsha512h2q_u64(intermed, ab, gh);
440 intermed = vsha512hq_u64(sum, vextq_u64(ab, cd, 1), vextq_u64(gh, ab, 1));
441 cd = vsha512h2q_u64(intermed, gh, ef);
442 gh = vaddq_u64(gh, intermed);
447 intermed = vsha512hq_u64(sum, vextq_u64(gh, ab, 1), vextq_u64(ef, gh, 1));
453 sum = vaddq_u64(vextq_u64(initial_sum, initial_sum, 1), gh);
454 intermed = vsha512hq_u64(sum, vextq_u64(ef, gh, 1), vextq_u64(cd, ef, 1));
455 gh = vsha512h2q_u64(intermed, cd, ab);
462 ef = vsha512h2q_u64(intermed, ab, gh);
468 intermed = vsha512hq_u64(sum, vextq_u64(ab, cd, 1), vextq_u64(gh, ab, 1));
469 cd = vsha512h2q_u64(intermed, gh, ef);
470 gh = vaddq_u64(gh, intermed);
475 intermed = vsha512hq_u64(sum, vextq_u64(gh, ab, 1), vextq_u64(ef, gh, 1));
483 sum = vaddq_u64(vextq_u64(initial_sum, initial_sum, 1), gh);
484 intermed = vsha512hq_u64(sum, vextq_u64(ef, gh, 1), vextq_u64(cd, ef, 1));
485 gh = vsha512h2q_u64(intermed, cd, ab);
493 ef = vsha512h2q_u64(intermed, ab, gh);
500 intermed = vsha512hq_u64(sum, vextq_u64(ab, cd, 1), vextq_u64(gh, ab, 1));
501 cd = vsha512h2q_u64(intermed, gh, ef);
502 gh = vaddq_u64(gh, intermed);
508 intermed = vsha512hq_u64(sum, vextq_u64(gh, ab, 1), vextq_u64(ef, gh, 1));
515 sum = vaddq_u64(vextq_u64(initial_sum, initial_sum, 1), gh);
516 intermed = vsha512hq_u64(sum, vextq_u64(ef, gh, 1), vextq_u64(cd, ef, 1));
517 gh = vsha512h2q_u64(intermed, cd, ab);
525 ef = vsha512h2q_u64(intermed, ab, gh);
532 intermed = vsha512hq_u64(sum, vextq_u64(ab, cd, 1), vextq_u64(gh, ab, 1));
533 cd = vsha512h2q_u64(intermed, gh, ef);
534 gh = vaddq_u64(gh, intermed);
540 intermed = vsha512hq_u64(sum, vextq_u64(gh, ab, 1), vextq_u64(ef, gh, 1));
548 gh = vaddq_u64(gh, gh_orig);
554 vst1q_u64(&ctx->state[6], gh);