HomeSort by: relevance | last modified time | path
    Searched refs:topmost (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
auto-connect-native-target.exp 27 # Returns the topmost target pushed on the target stack. TEST is used
33 set topmost "unknown"
37 set topmost $expect_out(1,string)
42 return $topmost
45 set topmost [get_topmost_target "check whether a target is already connected"]
48 if { $topmost != "exec" } {
49 unsupported "already connected to target $topmost."
174 set topmost \
178 if { $topmost == "exec" } {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
auto-connect-native-target.exp 27 # Returns the topmost target pushed on the target stack. TEST is used
33 set topmost "unknown"
37 set topmost $expect_out(1,string)
42 return $topmost
45 set topmost [get_topmost_target "check whether a target is already connected"]
48 if { $topmost != "exec" } {
49 unsupported "already connected to target $topmost."
174 set topmost \
178 if { $topmost == "exec" } {
  /src/external/gpl2/texinfo/dist/util/
install-info-html 139 topmost node of the HTML Info hierarchy.
gen-dir-node 55 This is the file .../info/dir, which contains the topmost node of the
fix-info-dir 172 This is the file .../info/$DIR_FILE, which contains the topmost node of the
  /src/external/gpl3/gcc/dist/gcc/analyzer/
infinite-recursion.cc 131 bool topmost)
134 m_topmost (topmost)
182 it at the topmost entrypoint to the function. */
387 /* We should only encounter params and varargs at the topmost
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
armv8-mont.pl 280 my ($cnt,$carry,$topmost)=("x27","x28","x30");
736 mov $topmost,xzr // initial top-most carry
878 subs xzr,$topmost,#1 // "move" top-most carry to carry bit
893 adc $topmost,xzr,xzr // top-most carry
959 sbcs xzr,$topmost,xzr // did it borrow?
1062 my ($carry,$topmost) = ($rp,"x30");
1218 adc $topmost,$carry,xzr
1368 adds $acc0,$acc0,$topmost
1376 adc $topmost,$carry,xzr
1433 sbcs xzr,$topmost,xzr // did it borrow
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
armv8-mont.pl 671 my ($cnt,$carry,$topmost)=("x27","x28","x30");
1128 mov $topmost,xzr // initial top-most carry
1270 subs xzr,$topmost,#1 // "move" top-most carry to carry bit
1285 adc $topmost,xzr,xzr // top-most carry
1351 sbcs xzr,$topmost,xzr // did it borrow?
1455 my ($carry,$topmost) = ($rp,"x30");
1612 adc $topmost,$carry,xzr
1762 adds $acc0,$acc0,$topmost
1770 adc $topmost,$carry,xzr
1827 sbcs xzr,$topmost,xzr // did it borrow
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
armv8-mont.pl 666 my ($cnt,$carry,$topmost)=("x27","x28","x30");
1122 mov $topmost,xzr // initial top-most carry
1264 subs xzr,$topmost,#1 // "move" top-most carry to carry bit
1279 adc $topmost,xzr,xzr // top-most carry
1345 sbcs xzr,$topmost,xzr // did it borrow?
1448 my ($carry,$topmost) = ($rp,"x30");
1604 adc $topmost,$carry,xzr
1754 adds $acc0,$acc0,$topmost
1762 adc $topmost,$carry,xzr
1819 sbcs xzr,$topmost,xzr // did it borrow
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 15991 assert(TopME && "We did not compute a topmost MemberExpr!");

Completed in 30 milliseconds