Home
last modified time | relevance | path

Searched defs:Instruction (Results 1 – 25 of 89) sorted by relevance

1234

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dinstruction.h26 struct Instruction { struct
29 Instruction(uint16_t c, uint32_t parm, Instruction* n) in Instruction() argument
33 Instruction(uint16_t c, uint32_t parm, Instruction* jt, Instruction* jf) in Instruction() function
49 Instruction* jt_ptr, *jf_ptr; argument
57 uint32_t k;
/external/llvm/docs/
DLangRef.rst3401 Syntax:
3409 Overview:
3419 Arguments:
3432 Semantics:
3444 Example:
3458 Syntax:
3466 Overview:
3474 Arguments:
3481 Semantics:
3489 Example:
[all …]
/external/chromium_org/chrome/tools/profile_reset/
Djtl_compiler.cc165 struct Instruction { struct in __anon5b7428890111::InstructionSet
166 Instruction() : op_code(jtl::END_OF_SENTENCE) {} in Instruction() function
167 Instruction(const char* name, in Instruction() argument
172 std::string name;
173 jtl::OpCodes op_code;
174 std::vector<ArgumentType> argument_types;
/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h24 class Instruction; variable
53 virtual void emitInstructionAnnot(const Instruction *, in emitInstructionAnnot()
DAutoUpgrade.h23 class Instruction; variable
DLLVMContext.h27 class Instruction; variable
/external/llvm/lib/DebugInfo/
DDWARFDebugFrame.cpp63 struct Instruction { struct in llvm::FrameEntry
64 Instruction(uint8_t Opcode) in Instruction() function
68 uint8_t Opcode;
69 Operands Ops;
/external/llvm/lib/MC/
DMCStreamer.cpp288 MCCFIInstruction Instruction = in EmitCFIDefCfa() local
296 MCCFIInstruction Instruction = in EmitCFIDefCfaOffset() local
304 MCCFIInstruction Instruction = in EmitCFIAdjustCfaOffset() local
312 MCCFIInstruction Instruction = in EmitCFIDefCfaRegister() local
320 MCCFIInstruction Instruction = in EmitCFIOffset() local
328 MCCFIInstruction Instruction = in EmitCFIRelOffset() local
351 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label); in EmitCFIRememberState() local
359 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in EmitCFIRestoreState() local
366 MCCFIInstruction Instruction = in EmitCFISameValue() local
374 MCCFIInstruction Instruction = in EmitCFIRestore() local
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
DInstruction.java43 public interface Instruction { interface
/external/llvm/include/llvm/Analysis/
DCFG.h26 class Instruction; variable
DInstructionSimplify.h41 class Instruction; variable
DConstantFolding.h26 class Instruction; variable
DValueTracking.h23 class Instruction; variable
DScalarEvolutionNormalization.h43 class Instruction; variable
DIVUsers.h25 class Instruction; variable
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h22 class Instruction; variable
DValueMapper.h22 class Instruction; variable
DBasicBlockUtils.h26 class Instruction; variable
DSSAUpdater.h22 class Instruction; variable
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.h30 class Instruction; variable
/external/lldb/include/lldb/Expression/
DIRDynamicChecks.h21 class Instruction; variable
/external/llvm/lib/Transforms/Scalar/
DSink.cpp160 SmallPtrSet<Instruction *, 8> &Stores) { in isSafeToMove()
223 SmallPtrSet<Instruction *, 8> &Stores) { in SinkInstruction()
/external/llvm/tools/llvm-diff/
DDiffLog.h21 class Instruction; variable
DDifferenceEngine.h27 class Instruction; variable
/external/chromium_org/courgette/
Dassembly_program.h21 class Instruction; variable

1234