Lines Matching full:csky
1 //===-- CSKYAsmPrinter.cpp - CSKY LLVM assembly writer --------------------===//
10 // of machine-dependent LLVM code to the CSKY assembly language.
14 #include "CSKY.h"
34 #define DEBUG_TYPE "csky-asm-printer"
80 auto Instr = BuildMI(*MF, DL, TII->get(CSKY::LRW32)) in expandTLSLA()
87 Instr = BuildMI(*MF, DL, TII->get(CSKY::GRS32)) in expandTLSLA()
152 if (InConstantPool && MI->getOpcode() != CSKY::CONSTPOOL_ENTRY) { in emitInstruction()
156 if (MI->getOpcode() == CSKY::PseudoTLSLA32) in emitInstruction()
159 if (MI->getOpcode() == CSKY::CONSTPOOL_ENTRY) in emitInstruction()
167 // Convert a CSKY-specific constant pool modifier into the associated
290 if (MO.getReg() == CSKY::C) in PrintAsmOperand()