Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h322 constexpr SizeT InstSize = sizeof(IValueT); in alignFunction() local
357 constexpr SizeT InstSize = 0; in bindLocalLabel() local
DIceAssemblerARM32.h117 constexpr SizeT InstSize = sizeof(IValueT); in alignFunction() local
148 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.h464 static constexpr size_t InstSize = sizeof(uint32_t); variable
DIceAssemblerARM32.cpp739 constexpr SizeT InstSize = 0; in bindCfgNodeLabel() local
786 void AssemblerARM32::emitTextInst(const std::string &Text, SizeT InstSize) { in emitTextInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.cpp61 bool IsBranch, uint64_t Offset, uint64_t InstSize) { in tryAddingSymbolicOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DMCExternalSymbolizer.cpp40 uint64_t InstSize) { in tryAddingSymbolicOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFixupHwLoops.cpp139 unsigned InstSize = HII->getSize(*MII); in fixupLoopInstrs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp308 uint64_t InstSize; in evalNextPC() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp703 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand()
/third_party/mesa3d/src/mesa/main/
Ddlist.c669 uint16_t InstSize; member