Searched refs:EFPC (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFP.td | 566 // TODO: EFPC and SFPC do not touch memory at all 568 def EFPC : InherentRRE<"efpc", 0xB38C, GR32, int_s390_efpc>;
|
H A D | SystemZISelLowering.cpp | 9686 SDValue EFPC( in lowerGET_ROUNDING() local 9687 DAG.getMachineNode(SystemZ::EFPC, dl, {MVT::i32, MVT::Other}, Chain), 0); in lowerGET_ROUNDING() 9688 Chain = EFPC.getValue(1); in lowerGET_ROUNDING() 9691 SDValue CWD1 = DAG.getNode(ISD::AND, dl, MVT::i32, EFPC, in lowerGET_ROUNDING()
|
H A D | SystemZScheduleZEC12.td | 883 def : InstRW<[WLat4, FXU, LSU, GroupAlone], (instregex "EFPC$")>;
|
H A D | SystemZScheduleZ196.td | 845 def : InstRW<[WLat4, FXU, LSU, GroupAlone], (instregex "EFPC$")>;
|
H A D | SystemZScheduleZ13.td | 915 def : InstRW<[WLat4, FXa, LSU, GroupAlone], (instregex "EFPC$")>;
|
H A D | SystemZScheduleZ14.td | 935 def : InstRW<[WLat4, FXa, LSU, GroupAlone], (instregex "EFPC$")>;
|
H A D | SystemZScheduleZ15.td | 953 def : InstRW<[WLat4, FXa, LSU, GroupAlone], (instregex "EFPC$")>;
|
H A D | SystemZScheduleZ16.td | 956 def : InstRW<[WLat4, FXa, LSU, GroupAlone], (instregex "EFPC$")>;
|