Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D2575.crt17 YWyHBH8AAAEwDQYJKoZIhvcNAQELBQADggEBAJ7CYWKfVIbs+gtFkESWlkPt/LFD
/openbsd/src/gnu/usr.bin/texinfo/info/
Dinfomap.h31 #define LFD '\n' macro
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,
Dsession.c3866 case LFD: rep = "\\n"; break; in show_isearch_prompt()
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPCInsns.def13 PCREL_OPT(LFD, PLFD, OPC_AND_RST);
DPPC64.cpp79 LFD = 0xc8000000, enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
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, \
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()
DPPCPreEmitPeephole.cpp85 case PPC::LFD: in hasPCRelativeForm()
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()
DP10InstrResources.td1289 DFLOADf32, DFLOADf64, LFD,
DPPCRegisterInfo.cpp107 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
DP9InstrResources.td768 LFD
DPPCISelDAGToDAG.cpp7420 case PPC::LFD: in PeepholePPC64()
DPPCInstrInfo.td1862 def LFD : DForm_1<50, (outs f8rc:$rD), (ins memri:$src),
DPPCISelLowering.cpp13017 unsigned StoreOp = PPC::STD, LoadOp = PPC::LFD; in EmitInstrWithCustomInserter()
/openbsd/src/gnu/lib/libreadline/doc/
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/
Dinfo-stnd.texi564 @itemx @key{LFD}, vi-like operation
569 @kindex LFD, vi-like operation
Dtexinfo.txi6970 @item LFD
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.464151 C-x LFD and C-x RET.
9476 * info/infomap.c (initialize_info_keymaps): Add info_keymap[LFD] to