HomeSort by: relevance | last modified time | path
    Searched refs:getI16Imm (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelDAGToDAG.cpp 292 inline SDValue getI16Imm(int64_t Imm, const SDLoc &DL) {
694 Disp = getI16Imm(AM.Disp, SDLoc(N));
828 Disp = getI16Imm(AM.Disp, SDLoc(N));
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 172 /// getI16Imm - Return a target constant with the specified value, of type
174 inline SDValue getI16Imm(unsigned Imm, const SDLoc &dl) {
5258 getI16Imm(ImmLo, dl));
5259 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)};
5281 getI16Imm(ImmLo, dl));
5282 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)};

Completed in 25 milliseconds