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

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@mips32r2-cp2.s 1 # Source file to test assembly of MIPS32r2-derived microMIPS cop2 instructions.
8 # cp2 instructions.
micromips@mips64-cp2.s 1 # Source file to test assembly of MIPS64-derived microMIPS cop2 instructions
9 # Unprivileged coprocessor instructions.
mips1-fp.d 3 #name: MIPS1 FP instructions
mips64-cp2.s 1 # source file to test assembly of mips64 cop2 instructions
9 # unprivileged coprocessor instructions.
r5.d 2 #name: Test MIPS32r5 instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
to-16bit-v2.d 2 #name: nds32 convert 32 to 16 (v2 instructions)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
cfr.s 1 # Test read/write %cfr instructions
  /dalvik/dx/src/com/android/dx/io/instructions/
PackedSwitchPayloadDecodedInstruction.java 17 package com.android.dx.io.instructions;
  /external/libopus/celt/arm/
armopts_gnu.s 28 @ Set the following to 1 if we have EDSP instructions
32 @ Set the following to 1 if we have ARMv6 media instructions.
  /external/llvm/bindings/python/llvm/tests/
test_disassembler.py 28 instructions = list(disassembler.get_instructions(sequence))
29 self.assertEqual(len(instructions), 2)
31 self.assertEqual(instructions[0], (0, 3, '\tjcxz\t-127'))
32 self.assertEqual(instructions[1], (3, 2, '\taddl\t%eax, %edi'))
  /external/mesa3d/src/mesa/program/
prog_optimize.h 43 _mesa_find_temp_intervals(const struct prog_instruction *instructions,
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
InstructionOffsetMap.java 44 public InstructionOffsetMap(@Nonnull List<? extends Instruction> instructions) {
45 this.instructionCodeOffsets = new int[instructions.size()];
48 for (int i=0; i<instructions.size(); i++) {
50 codeOffset += instructions.get(i).getCodeUnits();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch5tej.d 2 #name: ARM Architecture v5TEJ instructions
5 # Test the ARM Architecture v5TEJ instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
clflushopt.s 1 # Check 32bit CLFLUSHOPT instructions
clwb.s 1 # Check 32bit CLWB instructions
ept.s 1 # Check EPT instructions
fsgs.s 1 # Check FSGSBase new instructions.
inval-avx.s 1 # Check illegal AVX instructions
inval-invpcid.s 1 # Check illegal INVPCID instructions
prefetchwt1.s 1 # Check 32bit AVX512PF instructions
rtm.s 1 # Check RTM new instructions.
sse-check-error.l 12 [ ]*1[ ]+\# Check SSE instructions
34 [ ]*18[ ]+\# SSE4 instructions
x86-64-clflushopt.s 1 # Check 64bit CLFLUSHOPT instructions
x86-64-clwb.s 1 # Check 64bit CLWB instructions
x86-64-inval-avx.s 1 # Check illegal 64bit AVX instructions

Completed in 775 milliseconds

1 2 3 4 56 7 8 91011>>