HomeSort by relevance Sort by last modified time
    Searched refs:revcmp (Results 1 - 9 of 9) sorted by null

  /dalvik/vm/mterp/x86/
zcmp.S 4 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
14 j${revcmp} 1f
bincmp.S 4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
18 j${revcmp} 1f
  /dalvik/vm/mterp/armv5te/
bincmp.S 4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
18 mov${revcmp} r1, #2 @ r1<- BYTE branch dist for not-taken
zcmp.S 4 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
15 mov${revcmp} r1, #2 @ r1<- inst branch dist for not-taken
  /dalvik/vm/mterp/armv6t2/
bincmp.S 4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
17 mov${revcmp} r1, #2 @ r1<- BYTE branch dist for not-taken
  /dalvik/vm/mterp/mips/
bincmp.S 4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
15 b${revcmp} a2, a3, 1f # branch to 1 if comparison failed
zcmp.S 4 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
14 b${revcmp} a2, zero, 1f # branch to 1 if comparison failed
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
list_tests.py 437 def revcmp(a, b): function in function:CommonTest._test_sort
439 u.sort(revcmp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
list_tests.py 437 def revcmp(a, b): function in function:CommonTest._test_sort
439 u.sort(revcmp)

Completed in 209 milliseconds