Home
last modified time | relevance | path

Searched refs:topmost (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv8-mont.pl664 my ($cnt,$carry,$topmost)=("x27","x28","x30");
1120 mov $topmost,xzr // initial top-most carry
1262 subs xzr,$topmost,#1 // "move" top-most carry to carry bit
1277 adc $topmost,xzr,xzr // top-most carry
1343 sbcs xzr,$topmost,xzr // did it borrow?
1446 my ($carry,$topmost) = ($rp,"x30");
1602 adc $topmost,$carry,xzr
1752 adds $acc0,$acc0,$topmost
1760 adc $topmost,$carry,xzr
1817 sbcs xzr,$topmost,xz
[all...]
/third_party/openssl/crypto/bn/asm/
H A Darmv8-mont.pl664 my ($cnt,$carry,$topmost)=("x27","x28","x30");
1120 mov $topmost,xzr // initial top-most carry
1262 subs xzr,$topmost,#1 // "move" top-most carry to carry bit
1277 adc $topmost,xzr,xzr // top-most carry
1343 sbcs xzr,$topmost,xzr // did it borrow?
1446 my ($carry,$topmost) = ($rp,"x30");
1602 adc $topmost,$carry,xzr
1752 adds $acc0,$acc0,$topmost
1760 adc $topmost,$carry,xzr
1817 sbcs xzr,$topmost,xz
[all...]
/third_party/libinput/src/
H A Devdev-mt-touchpad.c1408 struct tp_touch *topmost = NULL; in tp_position_fake_touches() local
1425 if (topmost == NULL || t->point.y < topmost->point.y) in tp_position_fake_touches()
1426 topmost = t; in tp_position_fake_touches()
1429 if (!topmost) { in tp_position_fake_touches()
1431 "Unable to find topmost touch\n"); in tp_position_fake_touches()
1441 t->point = topmost->point; in tp_position_fake_touches()
1442 t->pressure = topmost->pressure; in tp_position_fake_touches()
1444 t->dirty = topmost->dirty; in tp_position_fake_touches()
/third_party/ffmpeg/tests/checkasm/arm/
H A Dcheckasm.S140 @ Ignore changes in the topmost 5 bits
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc304 // The topmost optimized code has special handling because it cannot be in DeoptimizeMarkedCodeForContext()
904 FrameDescription* topmost = output_[count - 1]; in DoComputeOutputFrames() local
905 topmost->GetRegisterValues()->SetRegister(kRootRegister.code(), in DoComputeOutputFrames()
908 topmost->GetRegisterValues()->SetRegister(kPtrComprCageBaseRegister.code(), in DoComputeOutputFrames()
990 // continues the bytecode dispatch. Note that non-topmost and lazy-style in DoComputeUnoptimizedFrame()
1179 // For topmost frame, put the accumulator on the stack. The in DoComputeUnoptimizedFrame()
1180 // {NotifyDeoptimized} builtin pops it off the topmost frame (possibly in DoComputeUnoptimizedFrame()
1203 // For non-topmost frames, skip the accumulator translation. For those in DoComputeUnoptimizedFrame()
1213 // Only the pc of the topmost frame needs to be signed since it is in DoComputeUnoptimizedFrame()
1241 // Set the continuation for the topmost fram in DoComputeUnoptimizedFrame()
[all...]

Completed in 10 milliseconds