Searched refs:instructions (Results 26 - 50 of 537) sorted by last modified time

1234567891011>>

/external/valgrind/main/none/tests/ppc64/
H A Djm_int_isa_2_07.stdout.exp9 All done. Tested 4 different instructions
H A Djm_vec_isa_2_07.stdout.exp487 All done. Tested 66 different instructions
H A Dtest_dfp1.stdout.exp1 Test DFP arithmetic instructions
H A Dtest_dfp2.stdout.exp1 Test DFP fomat conversion instructions
824 Test DFP shift instructions
1533 Test DCFFIX and DCFFIXQ instructions
H A Dtest_dfp3.stdout.exp1 Test DFP compare instructions
206 Test DFP round instructions
723 Test DFP insert/extract instructions
1016 Test DFP reround instructions
1531 Test DFP quantize instructions
1734 Test DFP quantize immediate instructions
H A Dtest_dfp4.stdout.exp1 Test DFP exponent test instructions
104 Test DFP class and group test instructions
H A Dtest_dfp5.stdout.exp1 Test DFP test significance instructions
610 Test DFP DPD-to-BCD instructions
741 Test DFP BCD-to-DPD instructions
H A Dtest_isa_2_06_part1.stdout.exp1 Test VSX load/store instructions
46 Test VSX logic instructions
81 Test P7 floating point convert instructions
140 Test VSX move instructions
149 Test VSX permute instructions
199 Test VSX floating point instructions
981 Test VSX scalar integer conversion instructions
H A Dtest_isa_2_06_part2.stdout.exp1 Test VSX vector single arg instructions
21 Test VSX floating point compare and basic arithmetic instructions
946 Test floating point arithmetic instructions -- with a{d|s}p or m{d|s}p
1478 Test scalar floating point arithmetic instructions
H A Dtest_isa_2_06_part3.stdout.exp1 Test VSX vector and scalar single argument instructions
421 Test VSX vector integer to float conversion instructions
569 Test vector and scalar tdiv and tsqrt instructions
H A Dtest_isa_2_07_part2.stdout.exp1 Test VSX floating point instructions
653 Test VSX vector and scalar single argument instructions
780 Test VSX logic instructions
785 Test VSX scalar integer conversion instructions
805 Test VSX load/store dp to sp instructions
854 Test VSX vector and scalar two argument instructions
/external/vixl/
H A DAndroid.mk65 src/a64/instructions-a64.cc \
/external/vixl/benchmarks/
H A Dbench-branch.cc28 #include "a64/instructions-a64.h"
35 // This program focuses on emitting branch instructions.
38 // instructions in a fixed size buffer, looping over the buffer if necessary.
41 unsigned instructions = 0; local
44 case 1: instructions = kDefaultInstructionCount; break;
45 case 2: instructions = atoi(argv[1]); break;
47 printf("Usage: %s [#instructions]\n", argv[0]);
61 unsigned rounds = instructions / buffer_instruction_count;
71 unsigned remaining = instructions % buffer_instruction_count;
H A Dbench-dataop.cc28 #include "a64/instructions-a64.h"
35 // This program focuses on emitting simple instructions.
41 unsigned instructions = 0; local
44 case 1: instructions = kDefaultInstructionCount; break;
45 case 2: instructions = atoi(argv[1]); break;
47 printf("Usage: %s [#instructions]\n", argv[0]);
60 unsigned rounds = instructions / buffer_instruction_count;
68 unsigned remaining = instructions % buffer_instruction_count;
/external/vixl/tools/
H A Dmake_instruction_doc.pl32 # Extra pseudo instructions added to AArch64.
35 my %inst = (); # Global hash of instructions.
75 This is a list of the AArch64 instructions supported by the VIXL assembler,
82 print describe_insts('AArch64 integer instructions', 'integer');
83 print describe_insts('AArch64 floating point instructions', 'float');
84 print describe_insts('Additional or pseudo instructions', 'pseudo');
86 # Sort instructions by mnemonic and then description.
93 # Return a Markdown formatted list of instructions of a particular type.
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S1 # count for ~1 million instructions thread 1
2 # count for ~2 million instructions thread 2
H A Dfldcw_check.S18 # these are instructions with similar encodings to fldcw
H A Dmillion.S2 # count for 1 million instructions
H A Drep_prefix.S2 # 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
123 # Move instructions
156 # Compare equal instructions
207 # Compare not equal instructions
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dmillion.S2 # count for 1 million instructions
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dmillion.S2 # count for 1 million instructions
/external/valgrind/main/exp-bbv/tests/x86/
H A Dfldcw_check.S20 # these are instructions with similar encodings to fldcw
H A Dmillion.S4 # count for 1 million instructions
H A Drep_prefix.S2 # rep, repe (repz) and repne (repnz) prefixed string instructions
4 # This test makes sure the bbv plugin counts these instructions properly
89 # Move instructions
114 # Compare equal instructions
154 # Compare not equal instructions
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S1 # count for ~1 million instructions thread 1
2 # count for ~2 million instructions thread 2

Completed in 220 milliseconds

1234567891011>>