Searched defs:Instruction (Results 1 - 25 of 35) sorted by path

12

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.cc56 Add(Instruction("go", jtl::NAVIGATE, Arguments(String)));
57 Add(Instruction("any", jtl::NAVIGATE_ANY, Arguments()));
58 Add(Instruction("back", jtl::NAVIGATE_BACK, Arguments()));
59 Add(Instruction("store_bool", jtl::STORE_BOOL, Arguments(String, Bool)));
60 Add(Instruction("store_hash",
62 Add(Instruction("store_hashed",
64 Add(Instruction("store_node_bool",
66 Add(Instruction("store_node_hash",
68 Add(Instruction("store_node_registerable_domain_hash",
71 Add(Instruction("compare_boo
165 struct Instruction { struct in class:__anon6002::InstructionSet
166 Instruction() : op_code(jtl::END_OF_SENTENCE) {} function in struct:__anon6002::InstructionSet::Instruction
167 Instruction(const char* name, function in struct:__anon6002::InstructionSet::Instruction
[all...]
/external/chromium_org/courgette/
H A Dassembly_program.cc39 class Instruction { class in namespace:courgette
44 explicit Instruction(OP op) : op_(op), info_(0) {} function in class:courgette::Instruction
45 Instruction(OP op, unsigned int info) : op_(op), info_(info) {} function in class:courgette::Instruction
51 DISALLOW_COPY_AND_ASSIGN(Instruction);
57 class OriginInstruction : public Instruction {
59 explicit OriginInstruction(RVA rva) : Instruction(ORIGIN, 0), rva_(rva) {}
66 class PeRelocsInstruction : public Instruction {
68 PeRelocsInstruction() : Instruction(MAKEPERELOCS) {}
72 class ElfRelocsInstruction : public Instruction {
74 ElfRelocsInstruction() : Instruction(MAKEELFRELOC
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dinstruction.h26 struct Instruction { struct in namespace:sandbox
29 Instruction(uint16_t c, uint32_t parm, Instruction* n) function in struct:sandbox::Instruction
33 Instruction(uint16_t c, uint32_t parm, Instruction* jt, Instruction* jf) function in struct:sandbox::Instruction
49 Instruction* jt_ptr, *jf_ptr;
55 Instruction* next;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h95 struct tgsi_instruction Instruction; member in struct:tgsi_full_instruction
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc.h297 struct tgsi_instruction Instruction; member in struct:i915_full_instruction
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp101 Instruction *insn = src->value->getUniqueInsn();
180 Instruction *insn = (*it)->getInsn();
276 Instruction *insn = getInsn();
552 void Instruction::init()
582 Instruction::Instruction() function in class:nv50_ir::Instruction
593 Instruction::Instruction(Function *fn, operation opr, DataType ty) function in class:nv50_ir::Instruction
603 Instruction::~Instruction()
[all...]
H A Dnv50_ir.h138 // various instruction-specific modifier definitions Instruction::subOp
302 class Instruction;
316 uint8_t size; // this should match the Instruction type's size
403 inline Instruction *getInsn() const { return insn; }
404 inline void setInsn(Instruction *inst) { insn = inst; }
424 Instruction *insn;
442 inline Instruction *getInsn() const { return insn; }
443 inline void setInsn(Instruction *inst) { insn = inst; }
454 Instruction *insn;
473 inline Instruction *getUniqueIns
592 class Instruction class in namespace:nv50_ir
[all...]
H A Dnv50_ir_from_tgsi.cpp41 class Instruction class in namespace:tgsi
44 Instruction(const struct tgsi_full_instruction *inst) : insn(inst) { } function in class:tgsi::Instruction
156 inline uint getOpcode() const { return insn->Instruction.Opcode; }
158 unsigned int srcCount() const { return insn->Instruction.NumSrcRegs; }
159 unsigned int dstCount() const { return insn->Instruction.NumDstRegs; }
198 unsigned getSaturate() const { return insn->Instruction.Saturate; }
209 unsigned int Instruction::srcMask(unsigned int s) const
213 switch (insn->Instruction.Opcode) {
248 assert(insn->Instruction.Texture);
251 if (insn->Instruction
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c45 struct rc_instruction * Instruction; member in struct:schedule_instruction
190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score,
249 DBG("%i is now ready\n", sinst->Instruction->IP);
253 if (sinst->Instruction->Type == RC_INSTRUCTION_NORMAL)
255 else if (sinst->Instruction->U.P.Alpha.Opcode == RC_OPCODE_NOP)
257 else if (sinst->Instruction->U.P.RGB.Opcode == RC_OPCODE_NOP)
305 assert(sinst->Instruction->Type != RC_INSTRUCTION_NORMAL);
306 if (!sinst->Instruction->U.P.RGB.OutputWriteMask &&
307 !sinst->Instruction->U.P.Alpha.OutputWriteMask) {
309 if (!sinst->PairedInst->Instruction
[all...]
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllimits.h133 typedef lu_int32 Instruction; typedef
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h122 // Instruction objects are pointers to 32bit values, and provide methods to
162 // Instruction encoding bits and masks.
196 // Instruction bit masks.
409 // Instruction abstraction.
411 // The class Instruction enables access to individual fields defined in the ARM
419 // Instruction* instr = Instruction::At(ptr);
424 class Instruction { class in namespace:v8::internal
437 return reinterpret_cast<Instruction*>(temp)->Name(); \
634 // to allocate or create instances of class Instruction
[all...]
/external/chromium_org/v8/src/arm64/
H A Dinstructions-arm64.h97 class Instruction { class in namespace:v8::internal
124 V8_INLINE Instruction* following(int count = 1) {
128 V8_INLINE Instruction* preceding(int count = 1) {
345 Instruction* ImmPCOffsetTarget();
348 bool IsTargetInImmPCOffsetRange(Instruction* target);
351 void SetImmPCOffsetTarget(Instruction* target);
353 void SetImmLLiteral(Instruction* source);
362 V8_INLINE Instruction* InstructionAtOffset(
371 template<typename T> V8_INLINE static Instruction* Cast(T src) {
372 return reinterpret_cast<Instruction*>(sr
[all...]
/external/chromium_org/v8/src/compiler/
H A Dinstruction.h404 class Instruction : public ZoneObject { class in namespace:v8::internal::compiler
438 static Instruction* New(Zone* zone, InstructionCode opcode) {
442 static Instruction* New(Zone* zone, InstructionCode opcode,
452 int size = static_cast<int>(RoundUp(sizeof(Instruction), kPointerSize) +
455 return new (zone->New(size)) Instruction(
461 Instruction* MarkAsControl() {
465 Instruction* MarkAsCall() {
500 explicit Instruction(InstructionCode opcode)
507 Instruction(InstructionCode opcode, size_t output_count,
541 OStream& operator<<(OStream& os, const Instruction
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/lldb/include/lldb/Core/
H A DDisassembler.h30 class Instruction class in namespace:lldb_private
33 Instruction (const Address &address,
37 ~Instruction();
130 // We include an address class in the Instruction class to
199 public Instruction
214 // TODO: fill this in and put opcode name into Instruction::m_opcode_name,
215 // mnemonic into Instruction::m_mnemonics, and any comment into
216 // Instruction::m_comment
351 typedef const char * (*SummaryCallback)(const Instruction& inst, ExecutionContext *exe_context, void *user_data);
/external/lldb/source/Core/
H A DDisassembler.cpp424 Instruction *inst = disasm_ptr->GetInstructionList().GetInstructionAtIndex (i).get();
555 Instruction::Instruction(const Address &address, AddressClass addr_class) : function in class:Instruction
563 Instruction::~Instruction()
568 Instruction::GetAddressClass ()
576 Instruction::Dump (lldb_private::Stream *s,
647 Instruction::DumpEmulation (const ArchSpec &arch)
660 Instruction::ReadArray (FILE *in_file, Stream *out_stream, OptionValue::Type data_type)
672 out_stream->Printf ("Instruction
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml276 | Instruction of Opcode.t Constructor in type:ValueKind/t
1029 (*===-- Instruction builders ----------------------------------------------===*)
H A Dllvm_ocaml.c494 Instruction enumerator in enum:ValueKind
1306 DEFINE_ITERATORS(instr, Instruction, LLVMBasicBlockRef, LLVMValueRef,
1423 CAMLprim value llvm_delete_instruction(LLVMValueRef Instruction) { argument
1424 LLVMInstructionEraseFromParent(Instruction);
1428 /*===-- Instruction builders ----------------------------------------------===*/
/external/llvm/bindings/python/llvm/
H A Dcore.py30 "Instruction",
343 return i and Instruction(i)
348 return i and Instruction(i)
384 if not isinstance(self.inst, Instruction):
400 class Instruction(Value): class in inherits:Value
408 return i and Instruction(i)
413 return i and Instruction(i)
582 # Instruction Declarations.
583 library.LLVMGetNextInstruction.argtypes = [Instruction]
586 library.LLVMGetPreviousInstruction.argtypes = [Instruction]
[all...]
/external/llvm/include/llvm/IR/
H A DInstruction.h1 //===-- llvm/Instruction.h - Instruction class definition -------*- C++ -*-===//
10 // This file contains the declaration of the Instruction class, which is the
32 class Instruction : public User, public ilist_node<Instruction> { class in namespace:llvm
33 void operator=(const Instruction &) LLVM_DELETED_FUNCTION;
34 Instruction(const Instruction &) LLVM_DELETED_FUNCTION;
46 ~Instruction();
50 Instruction *user_bac
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp63 struct Instruction { struct in class:llvm::FrameEntry
64 Instruction(uint8_t Opcode) function in struct:llvm::FrameEntry::Instruction
72 std::vector<Instruction> Instructions;
77 Instructions.push_back(Instruction(Opcode));
81 Instructions.push_back(Instruction(Opcode));
86 Instructions.push_back(Instruction(Opcode));
/external/llvm/lib/IR/
H A DInstruction.cpp1 //===-- Instruction.cpp - Implement the Instruction class -----------------===//
10 // This file implements the Instruction class for the IR library.
14 #include "llvm/IR/Instruction.h"
24 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, function in class:Instruction
25 Instruction *InsertBefore)
33 "Instruction to insert before is not in a basic block!");
38 const DataLayout *Instruction::getDataLayout() const {
42 Instruction function in class:Instruction
[all...]
/external/llvm/lib/MC/
H A DMCStreamer.cpp288 MCCFIInstruction Instruction = local
291 CurFrame->Instructions.push_back(Instruction);
296 MCCFIInstruction Instruction = local
299 CurFrame->Instructions.push_back(Instruction);
304 MCCFIInstruction Instruction = local
307 CurFrame->Instructions.push_back(Instruction);
312 MCCFIInstruction Instruction = local
315 CurFrame->Instructions.push_back(Instruction);
320 MCCFIInstruction Instruction = local
323 CurFrame->Instructions.push_back(Instruction);
328 MCCFIInstruction Instruction = local
351 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label); local
359 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); local
366 MCCFIInstruction Instruction = local
374 MCCFIInstruction Instruction = local
382 MCCFIInstruction Instruction = MCCFIInstruction::createEscape(Label, Values); local
395 MCCFIInstruction Instruction = local
403 MCCFIInstruction Instruction = local
411 MCCFIInstruction Instruction = local
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h95 struct tgsi_instruction Instruction; member in struct:tgsi_full_instruction

Completed in 1787 milliseconds

12