Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfpc-intrinsics.ll8 ; SFPC.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td534 // TODO: EFPC and SFPC do not touch memory at all
538 def SFPC : SideEffectUnaryRRE<"sfpc", 0xB384, GR32, int_s390_sfpc>;
DSystemZScheduleZ196.td843 def : InstRW<[WLat1, LSU, GroupAlone], (instregex "SFPC$")>;
DSystemZScheduleZEC12.td881 def : InstRW<[WLat1, LSU, GroupAlone], (instregex "SFPC$")>;
DSystemZScheduleZ13.td910 def : InstRW<[WLat3, LSU, GroupAlone], (instregex "SFPC$")>;
DSystemZScheduleZ14.td929 def : InstRW<[WLat3, LSU, GroupAlone], (instregex "SFPC$")>;
/external/v8/src/s390/
Dsimulator-s390.h783 EVALUATE(SFPC);
Dconstants-s390.h1309 V(sfpc, SFPC, 0xB384) /* type = RRE SET FPC */ \
Dsimulator-s390.cc1072 EvalTable[SFPC] = &Simulator::Evaluate_SFPC; in EvalTableInit()
5891 EVALUATE(SFPC) { in EVALUATE() argument