Searched
full:instruction (Results
476 -
500 of
6099) sorted by null
<<11121314151617181920>>
/external/llvm/test/CodeGen/PowerPC/ |
2005-10-08-ArithmeticRotate.ll | 1 ; This was erroneously being turned into an rlwinm instruction.
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-12-03-AddSPNarrowing.ll | 2 ; Radar 8724703: Make sure that a t2ADDrSPi instruction with SP as the
|
/external/llvm/test/CodeGen/X86/ |
subreg-to-reg-0.ll | 3 ; Do eliminate the zero-extension instruction and rely on
|
/external/llvm/test/CodeGen/XCore/ |
2009-01-08-Crash.ll | 3 ;; address arithmetic was folded into the LDWSP instruction,
|
/external/llvm/test/MC/ARM/ |
inst-thumb-suffixes.s | 12 @ CHECK-ERROR: cannot determine Thumb instruction size, use inst.n/inst.w instead
|
udf-thumb-diagnostics.s | 16 @ CHECK: error: instruction requires: arm-mode
|
/external/llvm/test/MC/AsmParser/ |
directive-err-diagnostics.s | 14 // CHECK-NOT: error: invalid instruction mnemonic 'message'
|
/external/llvm/test/MC/Disassembler/AArch64/ |
ldp-offset-predictable.txt | 6 # CHECK-NOT: potentially undefined instruction encoding
|
/external/llvm/test/MC/Mips/ |
mips-register-names-invalid.s | 7 # CHECK: :[[@LINE+1]]:17: error: invalid operand for instruction
|
/external/llvm/test/Transforms/InstCombine/ |
2002-08-02-CastTest.ll | 2 ; SOME instruction named %c here, even if it's a bitwise and.
|
2003-06-05-BranchInvertInfLoop.ll | 1 ; This testcase causes an infinite loop in the instruction combiner,
|
/external/llvm/test/Transforms/SCCP/ |
apint-basictest.ll | 1 ; This is a basic sanity check for constant propagation. The add instruction
|
/external/proguard/src/proguard/classfile/instruction/visitor/ |
InstructionConstantVisitor.java | 21 package proguard.classfile.instruction.visitor; 26 import proguard.classfile.instruction.*; 55 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/ |
Instruction10x.java | 32 package org.jf.dexlib2.iface.instruction.formats; 34 import org.jf.dexlib2.iface.instruction.Instruction; 36 public interface Instruction10x extends Instruction {
|
/external/strace/linux/sparc64/ |
get_scno.c | 1 /* Retrieve the syscall trap instruction. */
|
/external/valgrind/none/tests/ppc32/ |
opcodes.h | 12 * 2. Insert the definitions for a new instruction/instruction format in 16 /* Instruction formats: 39 /* Instruction specifics:
|
/external/llvm/lib/Transforms/Scalar/ |
LoopRerollPass.cpp | 166 typedef SmallVector<Instruction *, 16> SmallInstructionVector; 167 typedef SmallSet<Instruction *, 16> SmallInstructionSet; 173 SimpleLoopReduction(Instruction *P, Loop *L) 175 assert(isa<PHINode>(P) && "First reduction instruction must be a PHI"); 183 Instruction *getPHI() const { 188 Instruction *getReducedValue() const { 193 Instruction *get(size_t i) const { 198 Instruction *operator [] (size_t i) const { return get(i); } 230 // during loop instruction processing. 260 for (Instruction *J : PossibleReds[i]) [all...] |
/art/test/802-deoptimization/smali/ |
catch_handler_on_entry.smali | 6 # move-exception instruction). This method must be called with parameter 11 # instruction (Label2) which throws an ArithmeticException (division by zero). 13 # Now p0 == 1. When we we execute the div-int instruction, it succeeds and we
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
OpcodeInfo.java | 22 * Every Instruction points to an OpcodeInfo object that holds useful information 23 * about that kind of instruction, including the Format that allows us to read the 33 * Construct an OpcodeInfo. A static list of these is created in Instruction.java.
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
PackedSwitchPayloadDecodedInstruction.java | 20 * A decoded Dalvik instruction which contains the payload for 21 * a {@code packed-switch} instruction. 60 throw new UnsupportedOperationException("no index in instruction");
|
SparseSwitchPayloadDecodedInstruction.java | 20 * A decoded Dalvik instruction which contains the payload for 21 * a {@code packed-switch} instruction. 64 throw new UnsupportedOperationException("no index in instruction");
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
PackedSwitchPayloadDecodedInstruction.java | 20 * A decoded Dalvik instruction which contains the payload for 21 * a {@code packed-switch} instruction. 60 throw new UnsupportedOperationException("no index in instruction");
|
SparseSwitchPayloadDecodedInstruction.java | 20 * A decoded Dalvik instruction which contains the payload for 21 * a {@code packed-switch} instruction. 64 throw new UnsupportedOperationException("no index in instruction");
|
/external/llvm/include/llvm/CodeGen/ |
MachineCombinerPattern.h | 1 //===-- llvm/CodeGen/MachineCombinerPattern.h - Instruction pattern supported by 11 // This file defines instruction pattern supported by combiner 20 /// Enumeration of instruction pattern supported by machine combiner
|
/external/llvm/test/CodeGen/Mips/ |
micromips-atomic1.ll | 7 ; instruction instead of microMIPS instruction, and since many mips32r2 and microMIPS 8 ; instructions have identical assembly formats, invalid instruction cannot be detected.
|
Completed in 104 milliseconds
<<11121314151617181920>>