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

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-cond-bad.d 1 # name: Illegal conditions in Neon instructions, ARM mode
neon-ldst-align-bad.d 1 # name: Bad alignment in Advanced SIMD Neon instructions
neon-ldst-es-bad.d 1 # name: Bad element size combinations in Neon load/store instructions
thumb2_it_bad.d 1 #name: Invalid IT instructions
vcmp-zero-bad.d 1 # name: UAL vcmp with #0.0 bad instructions.
armv8-a-it-bad.l 2 .*:7: Warning: IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8
5 .*:30: Warning: IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8
7 .*:40: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
8 .*:43: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Miscellaneous 16-bit instructions
9 .*:49: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Literal loads
10 .*:52: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Hi-register ADD, MOV, CMP, BX, BLX using pc
11 .*:55: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
13 .*:58: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
15 .*:61: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: ADD/SUB sp, sp #im
    [all...]
ldgesb-bad.d 1 # name: Reject ld<cc>sb instructions
ldgesh-bad.d 1 # name: Reject ld<cc>sh instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse-check-none.s 1 # Check SSE instructions
19 # SSE4 instructions
sse-check.s 1 # Check SSE instructions
18 # SSE4 instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
r5900-nollsc.s 9 # sc/ll instructions are not supported on r5900:
13 # scd/lld instructions are not supported on r5900:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
block.s 3 ;;; block instructions
  /external/mesa3d/src/compiler/glsl/
lower_const_arrays_to_uniforms.cpp 32 * which usually involves a large number of instructions.
50 instructions = insts;
58 visit_list_elements(this, instructions);
66 exec_list *instructions; member in class:__anon27345::lower_const_array_visitor
110 instructions->push_head(uni);
120 lower_const_arrays_to_uniforms(exec_list *instructions, unsigned stage)
122 lower_const_array_visitor v(instructions, stage);
  /external/vixl/benchmarks/aarch64/
bench-branch.cc 30 #include "aarch64/instructions-aarch64.h"
38 // This program focuses on emitting branch instructions.
41 // instructions in a fixed size buffer, looping over the buffer if necessary.
44 int instructions = 0; local
48 instructions = kDefaultInstructionCount;
51 instructions = atoi(argv[1]);
54 printf("Usage: %s [#instructions]\n", argv[0]);
67 int rounds = instructions / buffer_instruction_count;
80 int remaining = instructions % buffer_instruction_count;
95 printf("A64: time for %d instructions: %gs\n", instructions, delta)
    [all...]
bench-dataop.cc 30 #include "aarch64/instructions-aarch64.h"
38 // This program focuses on emitting simple instructions.
44 unsigned instructions = 0; local
48 instructions = kDefaultInstructionCount;
51 instructions = atoi(argv[1]);
54 printf("Usage: %s [#instructions]\n", argv[0]);
66 unsigned rounds = instructions / buffer_instruction_count;
77 unsigned remaining = instructions % buffer_instruction_count;
90 printf("A64: time for %d instructions: %gs\n", instructions, delta)
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
PayloadAlignmentTest.java 56 List<? extends Instruction> instructions = local
59 Assert.assertEquals(instructions.size(), 1);
61 Instruction instruction = instructions.get(0);
73 List<? extends Instruction> instructions = local
76 Assert.assertEquals(instructions.size(), 3);
78 Instruction instruction = instructions.get(0);
81 instruction = instructions.get(1);
84 instruction = instructions.get(2);
101 List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions()); local
103 checkInstructions(instructions,
127 List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions()); local
176 List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions()); local
227 List<Instruction> instructions = Lists.newArrayList(implBuilder.getMethodImplementation().getInstructions()); local
    [all...]
  /dalvik/dx/src/com/android/dex/
Code.java 24 private final short[] instructions; field in class:Code
29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) {
34 this.instructions = instructions;
56 return instructions;
  /external/mesa3d/src/compiler/glsl/tests/
opt_add_neg_to_sub_test.cpp 35 exec_list instructions; member in class:add_neg_to_sub
49 instructions.make_empty();
50 body = new ir_factory(&instructions, mem_ctx);
79 visit_list_elements(&v, &instructions);
81 ASSERT_FALSE(instructions.is_empty());
83 ir_instruction *const ir = (ir_instruction *) instructions.pop_head();
85 EXPECT_TRUE(instructions.is_empty());
112 visit_list_elements(&v, &instructions);
114 ASSERT_FALSE(instructions.is_empty());
116 ir_instruction *const ir = (ir_instruction *) instructions.pop_head()
    [all...]
  /external/r8/src/test/java/com/android/tools/r8/smali/
BinopLiteralTest.java 65 assertEquals(2, code.instructions.length);
66 assertTrue(code.instructions[0] instanceof Format22b);
67 assertEquals(lit8Value, ((Format22b) code.instructions[0]).CC);
68 assertTrue(code.instructions[1] instanceof Return);
90 assertEquals(2, code.instructions.length);
91 assertTrue(code.instructions[0] instanceof Format22s);
92 assertEquals(lit16Value, ((Format22s) code.instructions[0]).CCCC);
93 assertTrue(code.instructions[1] instanceof Return);
113 assertEquals(3, code.instructions.length);
114 assertTrue(code.instructions[0] instanceof Const16)
    [all...]
  /external/valgrind/exp-bbv/tests/amd64-linux/
rep_prefix.S 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
4 # This test makes sure the bbv plugin counts these instructions properly
14 # Some SSE2 instructions start with 0xf2 or 0xf3
48 # Load and Store Instructions
123 # Move instructions
156 # Compare equal instructions
207 # Compare not equal instructions
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
PromptHelper.java 90 private Object requestPrompt(String instructions, String hint, Object type) throws InterruptedException {
96 promptInstructions = instructions;
121 public String requestStringPrompt(String instructions, String hint) {
124 value = (String)this.requestPrompt(instructions, hint, String.class);
136 public Boolean requestBooleanPrompt(String instructions, String hint) {
139 value = (Boolean)this.requestPrompt(instructions, hint, Boolean.class);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
LombokGeneratedFilter.java 27 output.ignore(methodNode.instructions.getFirst(),
28 methodNode.instructions.getLast());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
ImmutableMethodImplementation.java 50 @Nonnull protected final ImmutableList<? extends ImmutableInstruction> instructions; field in class:ImmutableMethodImplementation
55 @Nullable Iterable<? extends Instruction> instructions,
59 this.instructions = ImmutableInstruction.immutableListOf(instructions);
65 @Nullable ImmutableList<? extends ImmutableInstruction> instructions,
69 this.instructions = ImmutableUtils.nullToEmptyList(instructions);
90 @Nonnull @Override public ImmutableList<? extends ImmutableInstruction> getInstructions() { return instructions; }
  /external/valgrind/none/tests/ppc64/
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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
pmove.s 1 # Test handling of the 68030/68851 pmove instructions.

Completed in 1142 milliseconds

1 2 3 45 6 7 8 91011>>