Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td653 // while zero-extending loads have only the long LLH.
733 // 32-bit extensions from 16-bit memory. LLHMux expands to LLH or LLHH,
737 def LLH : UnaryRXY<"llh", 0xE395, azextloadi16, GR32, 2>;
H A DSystemZInstrInfo.cpp1382 expandRXYPseudo(MI, SystemZ::LLH, SystemZ::LLHH); in expandPostRAPseudo()
H A DSystemZScheduleZEC12.td240 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
H A DSystemZScheduleZ196.td232 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
H A DSystemZScheduleZ13.td263 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
H A DSystemZScheduleZ15.td268 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
H A DSystemZScheduleZ14.td264 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
H A DSystemZScheduleZ16.td268 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LLH(Mux)?$")>;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3752 SDValue LLH = DAG.getNode(ISD::SRL, dl, NVT, LL, Shift); in ExpandIntRes_MUL() local
3756 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLL), TH); in ExpandIntRes_MUL()
3765 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLH), in ExpandIntRes_MUL()