HomeSort by relevance Sort by last modified time
    Searched refs:instructions (Results 76 - 100 of 1941) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/
set-nomacro.s 3 # CHECK-NOT: warning: macro instruction expanded into multiple instructions
81 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
83 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
85 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
88 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
90 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
92 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
94 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
96 # CHECK: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
99 # CHECK-NOT: [[@LINE-1]]:3: warning: macro instruction expanded into multiple instructions
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
arch.go 31 Instructions map[string]obj.As
110 instructions := make(map[string]obj.As)
112 instructions[s] = obj.As(i)
116 instructions[s] = obj.As(i) + obj.ABaseAMD64
120 instructions["JA"] = x86.AJHI /* alternate */
121 instructions["JAE"] = x86.AJCC /* alternate */
122 instructions["JB"] = x86.AJCS /* alternate */
123 instructions["JBE"] = x86.AJLS /* alternate */
124 instructions["JC"] = x86.AJCS /* alternate */
125 instructions["JCC"] = x86.AJCC /* carry clear (CF = 0) *
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
arch.go 31 Instructions map[string]obj.As
110 instructions := make(map[string]obj.As)
112 instructions[s] = obj.As(i)
116 instructions[s] = obj.As(i) + obj.ABaseAMD64
120 instructions["JA"] = x86.AJHI /* alternate */
121 instructions["JAE"] = x86.AJCC /* alternate */
122 instructions["JB"] = x86.AJCS /* alternate */
123 instructions["JBE"] = x86.AJLS /* alternate */
124 instructions["JC"] = x86.AJCS /* alternate */
125 instructions["JCC"] = x86.AJCC /* carry clear (CF = 0) *
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
CodeInput.java 17 package com.android.dx.io.instructions;
  /external/libopus/celt/arm/
armopts.s.in 27 ; Set the following to 1 if we have EDSP instructions
31 ; Set the following to 1 if we have ARMv6 media instructions.
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
FixGotoTest.java 33 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); local
34 Assert.assertEquals(502, instructions.size());
36 Assert.assertEquals(Opcode.GOTO_16, instructions.get(0).getOpcode());
37 Assert.assertEquals(502, ((OffsetInstruction)instructions.get(0)).getCodeOffset());
56 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); local
57 Assert.assertEquals(70002, instructions.size());
59 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode());
60 Assert.assertEquals(70003, ((OffsetInstruction)instructions.get(0)).getCodeOffset());
79 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); local
80 Assert.assertEquals(70002, instructions.size())
115 List<? extends Instruction> instructions = Lists.newArrayList(impl.getInstructions()); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
udf.l 2 ^[^:]*:16: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
3 ^[^:]*:21: Warning: IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8
vfp-neon-overlap.s 1 @ VFP/Neon overlapping instructions
12 @ the 'x' versions should disassemble as VFP instructions, because
neon-addressing-bad.d 1 # name: Bad operand in Advanced SIMD Neon instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
serial.l 2 .*:6: Error: Unable to mix instructions as specified
3 .*:7: Error: Unable to mix instructions as specified
4 .*:8: Error: Unable to mix instructions as specified
5 .*:9: Error: Unable to mix instructions as specified
15 .* Error: Unable to mix instructions as specified
18 .* Error: Unable to mix instructions as specified
23 .* Error: Unable to mix instructions as specified
28 .* Error: Unable to mix instructions as specified
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
rdrnd.s 1 # Check RdRnd new instructions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ext-ill.s 1 # source file to test illegal ext, dext, dextm, dextu instructions
mips4-branch-likely.d 2 #name: MIPS mips4 branch-likely instructions
4 # Test mips4 branch-likely instructions.
perfcount.s 1 # source file to test assembly of R1[20]000 performance counter instructions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
br-1.d 2 #name: nds32 branch 1 instructions
5 # Test br-1 instructions
ji-jr.d 2 #name: nds32 load-store instructions
5 # Test ls instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
sub.s 1 # Source file used to test the add and addi instructions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
attr-arch-directive-3.s 1 # .arch directives merge attributes after instructions are seen.
parallel-bad-3.s 1 # Test too many instructions in execute packet.
sploop-bad-3.s 1 # Test bad SPLOOP instructions and operands. SPKERNEL not after SPLOOP.
sploop-bad-7.s 1 # Test bad SPLOOP instructions and operands. Bad use of ||^.
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
SyntheticFilter.java 26 output.ignore(methodNode.instructions.getFirst(),
27 methodNode.instructions.getLast());
  /external/mesa3d/src/compiler/glsl/
lower_noise.cpp 64 lower_noise(exec_list *instructions)
68 visit_list_elements(&v, instructions);
  /external/r8/src/test/java/com/android/tools/r8/code/
InstructionFactoryTest.java 21 Instruction[] instructions = local
23 assertTrue(instructions.length == 0);
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part2.stdout.exp 1 Test VSX vector single arg instructions
21 Test VSX floating point compare and basic arithmetic instructions
    [all...]

Completed in 1314 milliseconds

1 2 34 5 6 7 8 91011>>