Searched refs:LFD (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/texinfo/info/
H A Dinfomap.h31 #define LFD '\n' macro
H A Dinfomap.c339 map[LFD].function = ea_newline;
408 map[LFD].function = info_select_reference_this_line;
589 map[LFD].function = ea_newline;
663 map[LFD].function = info_down_line;
770 map[LFD].function = info_select_reference_this_line;
853 LFD, NUL, A_info_select_reference_this_line,
1065 LFD, NUL, A_ea_newline,
1126 LFD, NUL, A_info_down_line,
1240 CONTROL('x'), LFD, NUL, A_info_select_reference_this_line,
1371 LFD, NU
[all...]
H A Dsession.c3874 case LFD: rep = "\\n"; break;
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp149 unsigned FP64LoadOpc = PPC::LFD);
530 case PPC::LFD: Opc = PPC::LFDX; break;
892 unsigned LoadOpc = PPC::LFD;
1811 unsigned Opc = (VT == MVT::f32) ? PPC::LFS : PPC::LFD;
H A DPPCInstrInfo.cpp111 case PPC::LFD:
709 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::LFD), DestReg),
H A DPPCRegisterInfo.cpp68 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX;
H A DPPCISelDAGToDAG.cpp1415 case PPC::LFD:

Completed in 137 milliseconds