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

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-prefetchwt1.s 1 # Check 64bit AVX512PF instructions
x86-64-rdrnd.s 1 # Check 64bit RdRnd new instructions.
x86-64-rtm.s 1 # Check 64bit RTM new instructions.
x86-64-sse-check-error.l 12 [ ]*1[ ]+\# Check SSE instructions
34 [ ]*18[ ]+\# SSE4 instructions
x86-64-xsavec.s 1 # Check 64bit XSAVEC instructions
xsavec.s 1 # Check 32bit XSAVEC instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
metadsp21-invalid.s 1 # Check illegal instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
break20.s 1 # Source file used to test the 20-bit break instructions
micromips@mips4-branch-likely.d 2 #name: MIPS mips4 branch-likely instructions
6 # Test mips4 branch-likely instructions (microMIPS).
mips4-branch-likely.s 1 # Source file used to test -mips4 branch-likely instructions.
mipsr6@mips5-fp.s 1 # Source file used to test -mips5 instructions.
relax-bposge.s 2 # instructions.
trap20.s 1 # Source file used to test the 20-bit trap instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
align-1.s 1 # Check that alignment is applied for instructions and pseudos, and that
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
br-2.d 2 #name: nds32 branch 2 instructions
5 # Test br-2 instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
call.s 1 # Source file used to test the call and callr instructions
call_noat.s 1 # Source file used to test the call and callr instructions
custom.s 1 # test progam for assembling user instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
attr-arch-directive-2.s 1 # .arch directives override previous attributes before instructions
insns-atomic.s 1 # Test atomic instructions.
resource-func-unit-1.s 1 # Test parallel instructions on same functional unit.
sploop-bad-4.s 1 # Test bad SPLOOP instructions and operands. SPLOOP after SPLOOP.
sploop-bad-5.s 1 # Test bad SPLOOP instructions and operands. Duplicate masking.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-h8300/
relax-4.s 1 ; Relaxation is possible for following bit manipulation instructions
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Label.java 28 * A branch target in a list of instructions.
32 final List<Insn> instructions = new ArrayList<>(); field in class:Label
52 return instructions.isEmpty();
70 InsnList result = new InsnList(instructions.size());
71 for (int i = 0; i < instructions.size(); i++) {
72 result.set(i, instructions.get(i));

Completed in 613 milliseconds

1 2 3 4 5 67 8 91011>>