Home
last modified time | relevance | path

Searched refs:LFD (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2575.crt17 YWyHBH8AAAEwDQYJKoZIhvcNAQELBQADggEBAJ7CYWKfVIbs+gtFkESWlkPt/LFD
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfomap.h31 #define LFD '\n' macro
H A Dinfomap.c339 map[LFD].function = ea_newline; in initialize_emacs_like_keymaps()
408 map[LFD].function = info_select_reference_this_line; in initialize_emacs_like_keymaps()
589 map[LFD].function = ea_newline; in initialize_vi_like_keymaps()
663 map[LFD].function = info_down_line; in initialize_vi_like_keymaps()
770 map[LFD].function = info_select_reference_this_line; in initialize_vi_like_keymaps()
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, NUL, A_ea_newline,
H A Dsession.c3866 case LFD: rep = "\\n"; break; in show_isearch_prompt()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPCInsns.def13 PCREL_OPT(LFD, PLFD, OPC_AND_RST);
H A DPPC64.cpp79 LFD = 0xc8000000, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h143 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
151 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
159 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
167 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
H A DPPCFastISel.cpp162 unsigned FP64LoadOpc = PPC::LFD);
512 bool Is64VSXLoad = IsVSFRC && Opc == PPC::LFD; in PPCEmitLoad()
565 case PPC::LFD: Opc = IsVSFRC ? PPC::LXSDX : PPC::LFDX; break; in PPCEmitLoad()
611 Subtarget->hasSPE() ? PPC::EVLDD : PPC::LFD)) in SelectLoad()
1039 unsigned LoadOpc = PPC::LFD; in PPCMoveToFPReg()
2018 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD); in PPCMaterializeFP()
2365 Subtarget->hasSPE() ? PPC::EVLDD : PPC::LFD)) in tryToFoldLoadIntoMI()
H A DPPCPreEmitPeephole.cpp85 case PPC::LFD: in hasPCRelativeForm()
H A DPPCInstrInfo.cpp3032 LowerOpcode = PPC::LFD; in expandVSXMemPseudo()
4240 case PPC::LFDX: III.ImmOpcode = PPC::LFD; break; in instrHasImmForm()
4361 III.ImmOpcode = PPC::LFD; in instrHasImmForm()
H A DP9InstrResources.td768 LFD
H A DP10InstrResources.td1289 DFLOADf32, DFLOADf64, LFD,
H A DPPCRegisterInfo.cpp107 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
H A DPPCISelDAGToDAG.cpp7420 case PPC::LFD: in PeepholePPC64()
H A DPPCInstrInfo.td1862 def LFD : DForm_1<50, (outs f8rc:$rD), (ins memri:$src),
H A DPPCISelLowering.cpp13017 unsigned StoreOp = PPC::STD, LoadOp = PPC::LFD; in EmitInstrWithCustomInserter()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp164 return IsStore ? PPC::STFD : PPC::LFD; in selectLoadStoreOp()
/openbsd-src/gnu/lib/libreadline/doc/
H A Drluser.texinfo99 @key{DEL}, @key{ESC}, @key{LFD}, @key{SPC}, @key{RET}, and @key{TAB} all
102 If your keyboard lacks a @key{LFD} key, typing @key{C-j} will
607 @var{LFD},
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dinfo-stnd.texi564 @itemx @key{LFD}, vi-like operation
569 @kindex LFD, vi-like operation
H A Dtexinfo.txi6970 @item LFD
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.464151 C-x LFD and C-x RET.
9476 * info/infomap.c (initialize_info_keymaps): Add info_keymap[LFD] to