Home
last modified time | relevance | path

Searched refs:Data16bitsDirective (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp86 Data16bitsDirective = "\t.hword\t"; in AArch64MCAsmInfoELF()
106 Data16bitsDirective = "\t.hword\t"; in AArch64MCAsmInfoMicrosoftCOFF()
123 Data16bitsDirective = "\t.hword\t"; in AArch64MCAsmInfoGNUCOFF()
/openbsd/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCAsmInfo.cpp31 Data16bitsDirective = "\t.2byte\t"; in VEELFMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCAsmInfo.cpp26 Data16bitsDirective = "\t.half\t"; in LoongArchMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.cpp16 Data16bitsDirective = "\t.short\t"; in XCoreMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCAsmInfo.cpp16 Data16bitsDirective = "\t.short\t"; in ARCMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCAsmInfo.cpp21 Data16bitsDirective = "\t.half\t"; in HexagonMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp38 Data16bitsDirective = "\t.int16\t"; in WebAssemblyMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp42 Data16bitsDirective = nullptr; // not supported in NVPTXMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp37 Data16bitsDirective = "\t.2byte\t"; in MipsMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfoXCOFF.cpp49 Data16bitsDirective = "\t.vbyte\t2, "; in MCAsmInfoXCOFF()
H A DMCAsmInfo.cpp57 Data16bitsDirective = "\t.short\t"; in MCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCAsmInfo.cpp28 Data16bitsDirective = "\t.half\t"; in RISCVMCAsmInfo()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp33 Data16bitsDirective = "\t.half\t"; in SparcELFMCAsmInfo()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h286 const char *Data16bitsDirective; variable
569 const char *getData16bitsDirective() const { return Data16bitsDirective; } in getData16bitsDirective()
/openbsd/gnu/llvm/llvm/docs/
H A DWritingAnLLVMBackend.rst1666 Data16bitsDirective = "\t.half\t";