Home
last modified time | relevance | path

Searched refs:result_high (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/bigint/
Ddiv-schoolbook.cc70 digit_t result_high; in ProductGreaterThan() local
71 digit_t result_low = digit_mul(factor1, factor2, &result_high); in ProductGreaterThan()
72 return result_high > high || (result_high == high && result_low > low); in ProductGreaterThan()
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h1017 Register result_high = no_reg; in AtomicOp64() local
1025 result_high = result.value().high_gp(); in AtomicOp64()
1026 if (pinned.has(result_high)) { in AtomicOp64()
1027 result_high = __ GetUnusedRegister(kGpReg, pinned).gp(); in AtomicOp64()
1029 pinned.set(result_high); in AtomicOp64()
1048 __ mov(result_high, dst_high); in AtomicOp64()
1062 if (result_high != result.value().high_gp()) { in AtomicOp64()
1063 __ mov(result.value().high_gp(), result_high); in AtomicOp64()
1211 Register result_high = r5; in AtomicI64CompareExchange() local
1219 __ SpillRegisters(dst_addr, offset, result_low, result_high, new_value_low, in AtomicI64CompareExchange()
[all …]
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc2807 uint64_t result_high = 0; in bgrp() local
2811 result_high |= (value & 1) << high_pos; in bgrp()
2822 result_low |= result_high << low_pos; in bgrp()