HomeSort by relevance Sort by last modified time
    Searched refs:consecutive (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
mul.s 1 # One of the rule on restricted sequence is consecutive IU instruction
5 # in IU in consecutive cycles in the order (a)->(b). It does neither prohibit
6 # executions in the reverse order (b)-> (a) nor consecutive execution of
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
tls-relax-gdesc-le-2.s 1 # Test TLS Desc to TLS LE relaxation when instructions are not consecutive.
tls-relax-ie-le-2.s 1 # Test TLS IE to TLS LE relaxation when instructions are not consecutive.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
n32-consec.d 3 #name: n32 consecutive unrelated relocations
  /cts/hostsidetests/theme/src/android/theme/cts/
ComparisonTask.java 43 /** Maximum allowable number of consecutive failed pixels. */
110 int consecutive = 0; local
125 consecutive++;
127 if (consecutive > MAX_CONSECUTIVE_FAILURES) {
128 System.err.println("consecutive fail");
132 consecutive = 0;
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
gnu.go 54 // second argument in consecutive pair not printed
59 // second argument in consecutive pair not printed
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
gnu.go 54 // second argument in consecutive pair not printed
59 // second argument in consecutive pair not printed
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/
adj-jump.s 11 ;; The branch offset must then be adjusted by consecutive relax.
  /external/llvm/test/MC/ARM/
eh-directive-vsave.s 9 @ 0xC800: pop d[(16+x+y):(16+x)] @ d[16+x+y]-d[16+x] must be consecutive
10 @ 0xC900: pop d[(x+y):x] @ d[x+y]-d[x] must be consecutive
eh-directive-save.s 10 @ 0xA0: pop r[(4+x):4] @ r[4+x]-r[4] must be consecutive.
11 @ 0xA8: pop r14, r[(4+x):4] @ r[4+x]-r[4] must be consecutive.
  /external/llvm/test/MC/Mips/
micromips-invalid.s 23 lwm16 $16, $19, $ra, 8($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
29 swm16 $16, $19, $ra, 8($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
32 lwm32 $16, $19, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
35 swm32 $16, $19, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_legalize_ra.c 41 * should this be assigned a consecutive register of the previous
44 bool consecutive; member in struct:linear_scan_live_interval
111 * find a chunk of registers that have consecutive register
247 * GEN6_OPCODE_SEND may write to multiple consecutive registers and we need to
255 !interval->consecutive)
404 ls->intervals[vrf].consecutive = (i > 0);
  /external/autotest/contrib/
loadtest.py 79 parser.add_argument('--blacklist-consecutive', '-C', type=int,
81 help=('Consecutive number of failures before '
371 consecutive = 0
376 consecutive += 1
380 consecutive >= self.blacklist_consecutive)):
387 consecutive = 0
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/
ArmPlatformStackLib.asm 110 // Get Secondary Core Position. We should get consecutive secondary stack number from 1...(CoreCount-1)
  /external/llvm/test/MC/Mips/micromips32r6/
invalid.s 87 lwm16 $16, $19, $ra, 8($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
109 swm16 $16, $19, $ra, 8($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
192 lwm32 $16, $19, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
205 swm32 $16, $19, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
  /external/llvm/test/MC/Mips/micromips64r6/
invalid.s 114 lwm16 $16, $19, $ra, 8($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
134 swm16 $16, $19, $ra, 8($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
224 lwm32 $16, $19, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
237 swm32 $16, $19, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
  /external/ltp/testcases/realtime/
00_Descriptions.txt 88 consecutive calls is reported as the latency. The maximum, minimum and
  /prebuilts/go/darwin-x86/src/go/ast/
import.go 13 // SortImports sorts runs of consecutive import lines in import blocks in f.
  /prebuilts/go/linux-x86/src/go/ast/
import.go 13 // SortImports sorts runs of consecutive import lines in import blocks in f.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 56 to it to form one "logical line"; if N consecutive lines end
  /external/python/cpython2/Lib/distutils/
text_file.py 56 to it to form one "logical line"; if N consecutive lines end
  /external/python/cpython3/Lib/distutils/
text_file.py 53 to it to form one "logical line"; if N consecutive lines end
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
text_file.py 56 to it to form one "logical line"; if N consecutive lines end
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
text_file.py 56 to it to form one "logical line"; if N consecutive lines end
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 56 to it to form one "logical line"; if N consecutive lines end

Completed in 888 milliseconds

1 2 3 4