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

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/io/instructions/
RegisterRangeDecodedInstruction.java 17 package com.android.dx.io.instructions;
ShortArrayCodeInput.java 17 package com.android.dx.io.instructions;
TwoRegisterDecodedInstruction.java 17 package com.android.dx.io.instructions;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
EnumFilterTest.java 38 assertEquals(m.instructions.getFirst(), fromInclusive);
39 assertEquals(m.instructions.getLast(), toInclusive);
62 assertEquals(m.instructions.getFirst(), fromInclusive);
63 assertEquals(m.instructions.getLast(), toInclusive);
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
count_instructions.c 29 static int do_count_loop(struct event *events, u64 instructions,
37 /* Run for 1M instructions */
38 thirty_two_instruction_loop(instructions >> 5);
45 expected = instructions + overhead;
53 printf("Looped for %llu instructions, overhead %llu\n", instructions, overhead);
73 /* Count how many instructions it takes to do a null loop */
99 setup_event(&events[0], PERF_COUNT_HW_INSTRUCTIONS, "instructions");
113 printf("Overhead of null loop: %llu instructions\n", overhead);
115 /* Run for 1Mi instructions */
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
instruction_count_test.c 17 * Run a calibrated instruction loop and count instructions executed using
25 static int do_count_loop(struct event *event, uint64_t instructions,
37 thirty_two_instruction_loop(instructions >> 5);
46 expected = instructions + overhead;
51 printf("Looped for %lu instructions, overhead %lu\n", instructions, overhead);
69 /* Count how many instructions it takes to do a null loop */
132 printf("Overhead of null loop: %lu instructions\n", overhead);
134 /* Run for 1M instructions */
137 /* Run for 10M instructions */
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_function.cpp 35 process_parameters(exec_list *instructions, exec_list *actual_parameters,
48 ir_rvalue *result = ast->hir(instructions, state);
429 generate_call(exec_list *instructions, ir_function_signature *sig,
461 instructions, &post_call_conversions,
516 * instructions; just generate an ir_constant.
536 instructions->push_tail(var);
545 instructions->push_tail(call);
552 instructions->append_list(&post_call_conversions);
640 generate_array_index(void *mem_ctx, exec_list *instructions,
647 ir_rvalue *outer_array = generate_array_index(mem_ctx, instructions,
    [all...]
lower_vector_insert.cpp 37 factory.instructions = &factory_instructions;
135 base_ir->insert_before(factory.instructions);
139 lower_vector_insert(exec_list *instructions, bool lower_nonconstant_index)
143 visit_list_elements(&v, instructions);
  /external/r8/src/main/java/com/android/tools/r8/ir/optimize/
BasicBlockInstructionsEquivalence.java 65 List<Instruction> instructions = basicBlock.getInstructions(); local
66 int hash = instructions.size();
67 for (int i = 0; i < instructions.size() && i < MAX_HASH_INSTRUCTIONS; i++) {
68 Instruction instruction = instructions.get(i);
  /external/smali/dexlib2/src/main/ragel/
SyntheticAccessorFSM.rl 73 public int test(List<? extends Instruction> instructions) {
76 int pe = instructions.size();
95 getkey opcodes.getOpcodeValue(instructions.get(p).getOpcode());
101 putRegister = ((OneRegisterInstruction)instructions.get(p)).getRegisterA();
106 # all numeric const instructions
108 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
114 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
163 returnRegister = ((OneRegisterInstruction)instructions.get(p)).getRegisterA();
  /external/valgrind/exp-bbv/tests/amd64-linux/
million.S 2 # count for 1 million instructions
  /external/valgrind/exp-bbv/tests/arm-linux/
million.S 2 # count for 1 million instructions
  /external/valgrind/exp-bbv/tests/ppc32-linux/
million.S 2 # count for 1 million instructions
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
spirv_definition.h 63 const uint32_t* instructions; // NOTE: Unfixed pointer to instruciton stream member in struct:spv_header_t
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp2.d 2 #name: VFP Additional instructions
5 # Test the ARM VFP Double Precision instructions
vfp2_t2.d 2 #name: Thumb-2 VFP Additional instructions
5 # Test the ARM VFP Double Precision instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
br_insn.s 1 # Branch instructions.
7 # conditional branch instructions.
98 # Decrement and Branch instructions.
114 # Branch/Jump and link instructions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
inval-ept.s 1 # Check illegal EPT instructions
mpx-inval-1.s 1 # MPX instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
parallel.s 1 ; Test error messages where parallel instructions conflict
14 ; { dg-error "instructions write to the same destination register" "parallel overlapping destinations" { target *-*-* } { 13 } }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis-include.s 13 ;; Lines starting with '#' represent instructions that fail in GAS.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@mips32r2-sync.d 2 #name: MIPS32r2 sync instructions
6 # Check MIPS32r2 sync instructions assembly and disassembly (microMIPS).
mips32r2-sync.d 2 #name: MIPS32r2 sync instructions
6 # Check MIPS32r2 sync instructions assembly and disassembly
mips32r2-sync.s 1 # Source file to test assembly of MIPS32r2 sync instructions.
octeon@mips32r2-sync.d 2 #name: MIPS32r2 sync instructions
6 # Check MIPS32r2 sync instructions assembly and disassembly (Octeon).

Completed in 1033 milliseconds

<<11121314151617181920>>