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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
blx-local.d 1 #name: Local BLX instructions
6 # Test assembler resolution of blx and bl instructions in ARM mode.
vfp2.s 1 @ VFP2 Additional instructions
vfp2_t2.s 1 @ VFP2 Additional instructions
xscale.d 2 #name: XScale instructions
5 # Test the XScale instructions:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
bit_insn.s 1 # Bit instructions.
7 # cbit instructions.
43 # sbit instructions.
79 # tbit instructions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
bittest.s 3 # Bit operation instructions (BCLR, BNOT, BSET, BTST) should not be placed in IU.
5 # generate warnings. The reason why this is not an error is that those instructions
warn_oddreg.s 2 # of multi-word instructions: ld2w, ld4bh, ld4bhu, ld2h, st2w, st4hb, st2h,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
clmul.s 1 # Check PCLMUL new instructions.
x86-64-clmul.s 1 # Check 64bit PCLMUL new instructions.
x86-64-fsgs.s 1 # Check 64bit FSGS new instructions.
x86-64-inval-ept.s 1 # Check illegal EPT instructions in 64bit mode.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
pseudo.s 17 # instructions added by SDM2.2:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
alu-2.d 2 #name: nds32 alu_2 instructions
5 # Test alu_2 instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
cmp.s 1 # Source file used to test the compare instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
dsp.d 2 #name: SH DSP basic instructions
4 # Test the SH DSP instructions:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
err-dsp.s 1 ! Check that we get errors when assembling DSP instructions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
parallel-bad-4.s 1 # Test too many instructions in execute packet, with section switching.
resource-func-unit-2.s 1 # Test parallel instructions on same functional unit, with section switching.
sploop-bad-1.s 1 # Test bad SPLOOP instructions and operands. Bad operands (generic errors).
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
cortex-a8-fix-b.s 35 @ Trigger Cortex-A8 erratum workaround with b instructions.
cortex-a8-fix-bl.s 35 @ Trigger Cortex-A8 erratum workaround with bl instructions.
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
LombokGeneratedFilterTest.java 70 assertEquals(m.instructions.getFirst(), fromInclusive);
71 assertEquals(m.instructions.getLast(), toInclusive);
  /external/llvm/test/MC/ARM/
thumb-not-mclass.s 8 @ Check that the assembler rejects thumb instructions that are not valid
  /external/llvm/test/MC/X86/AlignedBundling/
section-alignment.s 4 # Test that bundle-aligned sections with instructions are aligned
  /external/mesa3d/src/compiler/glsl/
opt_array_splitting.cpp 104 bool get_split_list(exec_list *instructions, bool linked);
240 * so just look at the body instructions and not the parameter
248 ir_array_reference_visitor::get_split_list(exec_list *instructions,
251 visit_list_elements(this, instructions);
257 foreach_in_list(ir_instruction, node, instructions) {
425 optimize_split_arrays(exec_list *instructions, bool linked)
428 if (!refs.get_split_list(instructions, linked))
462 visit_list_elements(&split, instructions);
465 _mesa_print_ir(stdout, instructions, NULL);

Completed in 3110 milliseconds

<<11121314151617181920>>