Searched refs:STD (Results 1 - 25 of 40) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-throw.cpp109 #ifdef STD
/external/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp55 BuildMI(MBB, I, DL, get(BPF::STD))
/external/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp261 Changed |= shortenOn0(MI, SystemZ::STD);
H A DSystemZInstrInfo.cpp939 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD;
1049 splitMove(MI, SystemZ::STD);
1278 StoreOpcode = SystemZ::STD;
H A DSystemZFrameLowering.cpp413 (MBBI->getOpcode() == SystemZ::STD ||
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp270 case PPC::STD:
H A DPPCInstrInfo.cpp81 case PPC::STD:
355 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD))
364 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD))
H A DPPCRegisterInfo.cpp76 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX;
551 // is true for instructions like "STD", which the machine implicitly adds two
557 case PPC::STD:
H A DPPCFrameLowering.cpp316 BuildMI(MBB, MBBI, dl, TII.get(PPC::STD))
322 BuildMI(MBB, MBBI, dl, TII.get(PPC::STD))
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp382 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::STD)
994 case PPC::STD:
1004 unsigned OpNum = (MI->getOpcode() == PPC::STD) ? 2 : 1;
1007 llvm_unreachable("Global must be word-aligned for LD, STD, LWA!");
H A DPPCRegisterInfo.cpp65 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX;
745 // This is true for instructions like "STD".
755 case PPC::STD:
H A DPPCFastISel.cpp642 Opc = PPC::STD;
710 case PPC::STD: Opc = PPC::STDX; break;
H A DPPCInstrInfo.cpp297 case PPC::STD:
974 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD))
H A DPPCISelDAGToDAG.cpp168 /// Suitable for use by STD and friends.
4293 case PPC::STD:
4349 StorageOpcode == PPC::STD) &&
4395 (StorageOpcode == PPC::LD || StorageOpcode == PPC::STD ||
H A DPPCFrameLowering.cpp756 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD
830 // indexed into with a simple STDU/STWU/STD/STW immediate offset operand.
/external/e2fsprogs/debian/
H A Drules98 stdbuilddir ?= ${debdir}/BUILD-STD
/external/capstone/arch/SystemZ/
H A DSystemZGenAsmWriter.inc870 13635817U, // STD
/external/v8/src/s390/
H A Dsimulator-s390.h592 EVALUATE(STD);
H A Dsimulator-s390.cc818 EvalTable[STD] = &Simulator::Evaluate_STD;
3066 case STD: {
3077 } else if (op == STD) {
7091 EVALUATE(STD) {
7092 DCHECK_OPCODE(STD);
/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_common.c211 #define STD (HI(62) | 0) macro
574 #define STACK_STORE STD
/external/v8/src/ppc/
H A Dassembler-ppc.cc1423 emit(STD | rs.code() * B21 | src.ra().code() * B16 | offset);
1440 emit(STD | rs.code() * B21 | src.ra().code() * B16 | offset | 1);
H A Dconstants-ppc.h1677 V(std, STD, 0xF8000000) \
/external/capstone/arch/X86/
H A DX86GenAsmWriter1_reduce.inc1460 2818U, // STD
H A DX86GenAsmWriter_reduce.inc1460 4751U, // STD
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h662 #define STD CHOICE(std, std, std) macro
1375 #define STD std macro

Completed in 2063 milliseconds

12