HomeSort by relevance Sort by last modified time
    Searched refs:Instruction (Results 26 - 50 of 2387) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
HatLiteralInstruction.java 32 package org.jf.dexlib2.iface.instruction;
34 public interface HatLiteralInstruction extends Instruction {
InlineIndexInstruction.java 32 package org.jf.dexlib2.iface.instruction;
34 public interface InlineIndexInstruction extends Instruction {
OffsetInstruction.java 32 package org.jf.dexlib2.iface.instruction;
34 public interface OffsetInstruction extends Instruction {
OneRegisterInstruction.java 32 package org.jf.dexlib2.iface.instruction;
34 public interface OneRegisterInstruction extends Instruction {
PayloadInstruction.java 32 package org.jf.dexlib2.iface.instruction;
37 public interface PayloadInstruction extends Instruction {
VariableRegisterInstruction.java 32 package org.jf.dexlib2.iface.instruction;
34 public interface VariableRegisterInstruction extends Instruction {
VerificationErrorInstruction.java 32 package org.jf.dexlib2.iface.instruction;
34 public interface VerificationErrorInstruction extends Instruction {
VtableIndexInstruction.java 32 package org.jf.dexlib2.iface.instruction;
34 public interface VtableIndexInstruction extends Instruction {
WideLiteralInstruction.java 32 package org.jf.dexlib2.iface.instruction;
34 public interface WideLiteralInstruction extends Instruction {
  /art/compiler/optimizing/
linearize_test.cc 69 Instruction::CONST_4 | 0 | 0,
70 Instruction::IF_EQ, 5,
71 Instruction::IF_EQ, 0xFFFE,
72 Instruction::GOTO | 0xFE00,
73 Instruction::RETURN_VOID);
94 Instruction::CONST_4 | 0 | 0,
95 Instruction::IF_EQ, 3,
96 Instruction::RETURN_VOID,
97 Instruction::IF_EQ, 0xFFFD,
98 Instruction::GOTO | 0xFE00)
    [all...]
suspend_check_test.cc 46 Instruction::NOP,
47 Instruction::GOTO | 0xFF00);
54 Instruction::GOTO_32, 0, 0);
61 Instruction::CONST_4 | 0 | 0,
62 Instruction::IF_EQ, 0xFFFF,
63 Instruction::RETURN_VOID);
70 Instruction::CONST_4 | 0 | 0,
71 Instruction::IF_NE, 0xFFFF,
72 Instruction::RETURN_VOID);
79 Instruction::CONST_4 | 0 | 0
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 53 if (isa<Instruction>(V)) {
95 if (BO->getOpcode() == Instruction::Add ||
96 BO->getOpcode() == Instruction::Sub)
149 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB,
160 /// \brief The core instruction combiner logic.
166 : public InstVisitor<InstCombiner, Instruction *> {
222 // Visitation implementation - Implement instruction combining for different
223 // instruction types. The semantics are as follows:
227 // otherwise - Change was made, replace I with returned instruction
229 Instruction *visitAdd(BinaryOperator &I)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
module.h 35 #include "instruction.h"
58 // Appends a capability instruction to this module.
59 void AddCapability(Instruction&& c) { capabilities_.push_back(std::move(c)); }
60 // Appends an extension instruction to this module.
61 void AddExtension(Instruction&& e) { extensions_.push_back(std::move(e)); }
62 // Appends an extended instruction set instruction to this module.
63 void AddExtInstImport(Instruction&& e) {
66 // Appends a memory model instruction to this module.
67 void SetMemoryModel(Instruction&& m) { memory_model_ = std::move(m);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffLog.h 21 class Instruction;
58 typedef std::pair<Instruction*,Instruction*> DiffRecord;
67 void addMatch(Instruction *L, Instruction *R);
69 void addLeft(Instruction *L);
70 void addRight(Instruction *R);
74 Instruction *getLeft(unsigned I) const;
75 Instruction *getRight(unsigned I) const;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
fr405-insn.l 2 .*:1: Error: Instruction not supported by this architecture
3 .*:2: Error: Instruction not supported by this architecture
4 .*:3: Error: Instruction not supported by this architecture
5 .*:4: Error: Instruction not supported by this architecture
6 .*:5: Error: Instruction not supported by this architecture
7 .*:6: Error: Instruction not supported by this architecture
8 .*:7: Error: Instruction not supported by this architecture
  /external/llvm/include/llvm/MC/
MCWin64EH.h 26 struct Instruction {
27 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) {
28 return WinEH::Instruction(Win64EH::UOP_PushNonVol, L, Reg, -1);
30 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) {
31 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L,
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
37 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg,
39 return WinEH::Instruction(Offset > 512 * 1024 - 8 ? UOP_SaveNonVolBig
43 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCWin64EH.h 26 struct Instruction {
27 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) {
28 return WinEH::Instruction(Win64EH::UOP_PushNonVol, L, Reg, -1);
30 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) {
31 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L,
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
37 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg,
39 return WinEH::Instruction(Offset > 512 * 1024 - 8 ? UOP_SaveNonVolBig
43 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 16 #include "llvm/IR/Instruction.h"
28 SmallVector<Instruction*, 256> Worklist;
29 DenseMap<Instruction*, unsigned> WorklistMap;
39 /// Add - Add the specified instruction to the worklist if it isn't already
41 void Add(Instruction *I) {
49 if (Instruction *I = dyn_cast<Instruction>(V))
56 void AddInitialGroup(ArrayRef<Instruction *> List) {
62 for (Instruction *I : reverse(List)) {
69 void Remove(Instruction *I)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCWin64EH.h 26 struct Instruction {
27 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) {
28 return WinEH::Instruction(Win64EH::UOP_PushNonVol, L, Reg, -1);
30 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) {
31 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L,
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
37 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg,
39 return WinEH::Instruction(Offset > 512 * 1024 - 8 ? UOP_SaveNonVolBig
43 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 16 #include "llvm/IR/Instruction.h"
28 SmallVector<Instruction*, 256> Worklist;
29 DenseMap<Instruction*, unsigned> WorklistMap;
39 /// Add - Add the specified instruction to the worklist if it isn't already
41 void Add(Instruction *I) {
49 if (Instruction *I = dyn_cast<Instruction>(V))
56 void AddInitialGroup(ArrayRef<Instruction *> List) {
62 for (Instruction *I : reverse(List)) {
69 void Remove(Instruction *I)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCWin64EH.h 26 struct Instruction {
27 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) {
28 return WinEH::Instruction(Win64EH::UOP_PushNonVol, L, Reg, -1);
30 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) {
31 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L,
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
37 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg,
39 return WinEH::Instruction(Offset > 512 * 1024 - 8 ? UOP_SaveNonVolBig
43 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 16 #include "llvm/IR/Instruction.h"
28 SmallVector<Instruction*, 256> Worklist;
29 DenseMap<Instruction*, unsigned> WorklistMap;
39 /// Add - Add the specified instruction to the worklist if it isn't already
41 void Add(Instruction *I) {
49 if (Instruction *I = dyn_cast<Instruction>(V))
56 void AddInitialGroup(ArrayRef<Instruction *> List) {
62 for (Instruction *I : reverse(List)) {
69 void Remove(Instruction *I)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWin64EH.h 26 struct Instruction {
27 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) {
28 return WinEH::Instruction(Win64EH::UOP_PushNonVol, L, Reg, -1);
30 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) {
31 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L,
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
37 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg,
39 return WinEH::Instruction(Offset > 512 * 1024 - 8 ? UOP_SaveNonVolBig
43 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 16 #include "llvm/IR/Instruction.h"
28 SmallVector<Instruction*, 256> Worklist;
29 DenseMap<Instruction*, unsigned> WorklistMap;
39 /// Add - Add the specified instruction to the worklist if it isn't already
41 void Add(Instruction *I) {
49 if (Instruction *I = dyn_cast<Instruction>(V))
56 void AddInitialGroup(ArrayRef<Instruction *> List) {
62 for (Instruction *I : reverse(List)) {
69 void Remove(Instruction *I)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCWin64EH.h 26 struct Instruction {
27 static WinEH::Instruction PushNonVol(MCSymbol *L, unsigned Reg) {
28 return WinEH::Instruction(Win64EH::UOP_PushNonVol, L, Reg, -1);
30 static WinEH::Instruction Alloc(MCSymbol *L, unsigned Size) {
31 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L,
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
37 static WinEH::Instruction SaveNonVol(MCSymbol *L, unsigned Reg,
39 return WinEH::Instruction(Offset > 512 * 1024 - 8 ? UOP_SaveNonVolBig
43 static WinEH::Instruction SaveXMM(MCSymbol *L, unsigned Reg
    [all...]

Completed in 1956 milliseconds

12 3 4 5 6 7 8 91011>>