Home
last modified time | relevance | path

Searched defs:emitInst (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp58 void AArch64TargetAsmStreamer::emitInst(uint32_t Inst) { in emitInst() function in __anon374bb94f0111::AArch64TargetAsmStreamer
113 void emitInst(uint32_t Inst) { in emitInst() function in __anon374bb94f0111::AArch64ELFStreamer
193 void AArch64TargetELFStreamer::emitInst(uint32_t Inst) { in emitInst() function in llvm::AArch64TargetELFStreamer
DAArch64TargetStreamer.cpp43 void AArch64TargetStreamer::emitInst(uint32_t Inst) { in emitInst() function in AArch64TargetStreamer
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp60 void AArch64TargetAsmStreamer::emitInst(uint32_t Inst) { in emitInst() function in __anonf8585b6d0111::AArch64TargetAsmStreamer
117 void emitInst(uint32_t Inst) { in emitInst() function in __anonf8585b6d0111::AArch64ELFStreamer
189 void AArch64TargetELFStreamer::emitInst(uint32_t Inst) { in emitInst() function in AArch64TargetELFStreamer
DAArch64TargetStreamer.cpp41 void AArch64TargetStreamer::emitInst(uint32_t Inst) {} in emitInst() function in AArch64TargetStreamer
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h388 void emitInst(IValueT Value) { in emitInst() function
DIceAssemblerARM32.h706 void emitInst(IValueT Value) { in emitInst() function
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp73 void ARMTargetStreamer::emitInst(uint32_t Inst, char Suffix) {} in emitInst() function in ARMTargetStreamer
DARMELFStreamer.cpp226 void ARMTargetAsmStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst() function in __anon50a189fb0111::ARMTargetAsmStreamer
464 void emitInst(uint32_t Inst, char Suffix) { in emitInst() function in __anon50a189fb0111::ARMELFStreamer
1051 void ARMTargetELFStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst() function in ARMTargetELFStreamer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMTargetStreamer.cpp51 void ARMTargetStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst() function in ARMTargetStreamer
DARMELFStreamer.cpp254 void ARMTargetAsmStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst() function in __anon754e25dd0111::ARMTargetAsmStreamer
499 void emitInst(uint32_t Inst, char Suffix) { in emitInst() function in __anon754e25dd0111::ARMELFStreamer
1167 void ARMTargetELFStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst() function in ARMTargetELFStreamer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp210 MachineInstrBuilder emitInst(unsigned Opc) { in emitInst() function in __anon9bfd402b0111::MipsFastISel
214 MachineInstrBuilder emitInst(unsigned Opc, unsigned DstReg) { in emitInst() function in __anon9bfd402b0111::MipsFastISel
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp162 MachineInstrBuilder emitInst(unsigned Opc) { in emitInst() function in __anon4352a7c90111::MipsFastISel
165 MachineInstrBuilder emitInst(unsigned Opc, unsigned DstReg) { in emitInst() function in __anon4352a7c90111::MipsFastISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3809 auto emitInst = [&]() { in expandMem9Inst() local