Home
last modified time | relevance | path

Searched refs:STOCG (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/none/tests/s390x/
Dcondloadstore.stdout.exp2561 STOCG 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000
2562 STOCG 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000
2563 STOCG 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000
2564 STOCG 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000
2565 STOCG 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000
2566 STOCG 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000
2567 STOCG 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000
2568 STOCG 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000
2569 STOCG 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000
2570 STOCG 0000000000000000 into 0000000000000000 if mask9 for cc 0: 0000000000000000
[all …]
Dcondloadstore.c127 DO_INSN(STOCG, STORE_REG_REG); in main()
Dopcodes.h365 #define STOCG(r1,r3,b2,dl2,dh2) RSY_RDRM(eb,r1,r3,b2,dl2,dh2,e3) macro
/external/llvm/test/CodeGen/SystemZ/
Dcond-store-08.ll33 ; Check the high end of the aligned STOCG range.
62 ; Check the low end of the STOCG range.
/external/v8/src/s390/
Dconstants-s390.h847 STOCG = 0xEBE3, // Store On Condition (64) enumerator
Dsimulator-s390.h1170 EVALUATE(STOCG);
Dsimulator-s390.cc1391 EvalTable[STOCG] = &Simulator::Evaluate_STOCG; in EvalTableInit()
12104 EVALUATE(STOCG) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td215 def STOCG : FixedCondStoreRSY<"stocg"##name, 0xEBE3, GR64, ccmask, 8>;
548 def STOCG : CondStoreRSY<"stocg", 0xEBE3, GR64, 8>;
DSystemZISelLowering.cpp6023 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, false); in EmitInstrWithCustomInserter()
6025 return emitCondStore(MI, MBB, SystemZ::STG, SystemZ::STOCG, true); in EmitInstrWithCustomInserter()