Home
last modified time | relevance | path

Searched defs:InstSize (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h322 constexpr SizeT InstSize = sizeof(IValueT); in alignFunction() local
357 constexpr SizeT InstSize = 0; in bindLocalLabel() local
DIceAssemblerARM32.h121 constexpr SizeT InstSize = sizeof(IValueT); in alignFunction() local
152 constexpr SizeT InstSize = 0; in bindLocalLabel() local
DIceAssemblerMIPS32.cpp37 void AssemblerMIPS32::emitTextInst(const std::string &Text, SizeT InstSize) { in emitTextInst()
96 constexpr SizeT InstSize = 0; in bindCfgNodeLabel() local
DIceInstMIPS32.h289 static constexpr size_t InstSize = sizeof(uint32_t); variable
DIceInstARM32.h451 static constexpr size_t InstSize = sizeof(uint32_t); variable
DIceAssemblerARM32.cpp719 constexpr SizeT InstSize = 0; in bindCfgNodeLabel() local
766 void AssemblerARM32::emitTextInst(const std::string &Text, SizeT InstSize) { in emitTextInst()
/external/llvm/unittests/MC/
DDisassembler.cpp38 size_t InstSize; in TEST() local
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.cpp62 bool IsBranch, uint64_t Offset, uint64_t InstSize) { in tryAddingSymbolicOperand()
/external/llvm/lib/MC/MCDisassembler/
DMCExternalSymbolizer.cpp41 uint64_t InstSize) { in tryAddingSymbolicOperand()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp308 uint64_t InstSize; in evalNextPC() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp610 unsigned InstSize = (Opc == ARM::tBR_JTr || Opc == ARM::t2BR_JT) ? 2 : 4; in GetInstSizeInBytes() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp434 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand()
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp546 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6863 uint64_t InstSize; in DisassembleMachO() local
/external/mesa3d/src/mesa/main/
Ddlist.c607 static GLuint InstSize[OPCODE_END_OF_LIST + 1]; variable