Home
last modified time | relevance | path

Searched defs:OperandType (Results 1 – 23 of 23) sorted by relevance

/external/llvm/utils/TableGen/
DAsmWriterInst.h36 } OperandType; member
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function
57 : OperandType(op), Str(LitStr) {} in OperandType() function
63 : OperandType(op), MIOpNo(_MIOpNo), Str(Printer), MiModifier(Modifier) {} in OperandType() function
DCodeGenInstruction.cpp72 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
DCodeGenInstruction.h83 std::string OperandType; member
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmWriterInst.h36 } OperandType; member
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function
61 : OperandType(op), Str(LitStr) {} in OperandType() function
68 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo), in OperandType() function
DCodeGenInstruction.cpp70 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
DCodeGenInstruction.h83 std::string OperandType; member
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc267 typedef std::uint8_t OperandType; typedef
456 typedef std::uint8_t OperandType; typedef
574 typedef std::int8_t OperandType; typedef
821 typedef std::int32_t OperandType; typedef
906 typedef float OperandType; typedef
993 typedef float OperandType; typedef
1079 typedef float OperandType; typedef
1165 typedef float OperandType; typedef
1308 typedef float OperandType; typedef
1497 typedef float OperandType; typedef
[all …]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp210 #define TestFild(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument
237 #define TestFistp(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.h44 enum OperandType { enum
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrDesc.h43 enum OperandType { enum
71 MCOI::OperandType OperandType; variable
/external/llvm/include/llvm/MC/
DMCInstrDesc.h44 enum OperandType { enum
68 uint8_t OperandType; variable
/external/v8/src/interpreter/
Dbytecode-operands.h98 enum class OperandType : uint8_t { enum
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h467 enum OperandType { enum
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h330 } OperandType; typedef
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h225 void *OperandType; member
/external/libchrome/sandbox/win/src/sidestep/
Dmini_disassembler_types.h94 enum OperandType { enum
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp317 enum OperandType { enum
/external/llvm/lib/Target/AMDGPU/
DSIDefines.h50 enum OperandType { enum
/external/v8/src/compiler/
Dinstruction.h153 #define INSTRUCTION_OPERAND_CASTS(OperandType, OperandKind) \ argument
/external/v8/src/x64/
Ddisasm-x64.cc18 enum OperandType { enum
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp3430 void CWriter::writeMemoryAccess(Value *Operand, Type *OperandType, in writeMemoryAccess()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp3280 unsigned Opc, unsigned OperandType) { in ParseArithmetic()
/external/llvm/lib/AsmParser/
DLLParser.cpp5545 unsigned Opc, unsigned OperandType) { in ParseArithmetic()