Home
last modified time | relevance | path

Searched refs:Narrow (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrAVX512.td3189 X86VectorVTInfo Narrow,
3191 def : Pat<(Narrow.KVT (Frag:$cc (Narrow.VT Narrow.RC:$src1),
3192 (Narrow.VT Narrow.RC:$src2), cond)),
3195 (Wide.VT (INSERT_SUBREG (IMPLICIT_DEF), Narrow.RC:$src1, Narrow.SubRegIdx)),
3196 (Wide.VT (INSERT_SUBREG (IMPLICIT_DEF), Narrow.RC:$src2, Narrow.SubRegIdx)),
3197 (X86pcmpm_imm $cc)), Narrow.KRC)>;
3199 def : Pat<(Narrow.KVT (and Narrow.KRC:$mask,
3200 (Narrow.KVT (Frag_su:$cc (Narrow.VT Narrow.RC:$src1),
3201 (Narrow.VT Narrow.RC:$src2),
3204 (COPY_TO_REGCLASS Narrow.KRC:$mask, Wide.KRC),
[all …]
H A DX86ISelLowering.cpp48716 SDValue Narrow = N->getOperand(0); in PromoteMaskArithmetic() local
48717 EVT NarrowVT = Narrow.getValueType(); in PromoteMaskArithmetic()
48720 SDValue Op = PromoteMaskArithmetic(Narrow.getNode(), VT, DAG, 0); in PromoteMaskArithmetic()
/openbsd-src/gnu/usr.bin/perl/lib/unicore/extracted/
H A DDDecompositionType.txt963 FF61 ; Narrow # Po HALFWIDTH IDEOGRAPHIC FULL STOP
964 FF62 ; Narrow # Ps HALFWIDTH LEFT CORNER BRACKET
965 FF63 ; Narrow # Pe HALFWIDTH RIGHT CORNER BRACKET
966 FF64..FF65 ; Narrow # Po [2] HALFWIDTH IDEOGRAPHIC COMMA..HALFWIDTH KATAKANA MIDDLE DOT
967 FF66..FF6F ; Narrow # Lo [10] HALFWIDTH KATAKANA LETTER WO..HALFWIDTH KATAKANA LETTER SMALL TU
968 FF70 ; Narrow # Lm HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK
969 FF71..FF9D ; Narrow # Lo [45] HALFWIDTH KATAKANA LETTER A..HALFWIDTH KATAKANA LETTER N
970 FF9E..FF9F ; Narrow # Lm [2] HALFWIDTH KATAKANA VOICED SOUND MARK..HALFWIDTH KATAKANA SEMI-VOI…
971 FFA0..FFBE ; Narrow # Lo [31] HALFWIDTH HANGUL FILLER..HALFWIDTH HANGUL LETTER HIEUH
972 FFC2..FFC7 ; Narrow # Lo [6] HALFWIDTH HANGUL LETTER A..HALFWIDTH HANGUL LETTER E
[all …]
H A DDEastAsianWidth.txt2561 # East_Asian_Width=Narrow
/openbsd-src/sys/arch/hppa/conf/
H A DRAMDISK136 osiop* at gsc? irq 9 # NCR 53C710 (Narrow SE)
137 oosiop* at gsc? irq 9 # NCR 53C700 (Narrow SE)
H A DGENERIC230 osiop* at gsc? irq 9 # NCR 53C710 (Narrow SE)
232 oosiop* at gsc? irq 9 # NCR 53C700 (Narrow SE)
/openbsd-src/gnu/llvm/llvm/docs/
H A DBugpointRedesign.md19 ### Narrow focus: test-case reduction
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_neon.td1347 // Signed/Unsigned Saturating Shift Right Narrow (Immediate)
1349 // Signed/Unsigned Saturating Rounded Shift Right Narrow (Immediate)
1351 // Signed Saturating Shift Right Unsigned Narrow (Immediate)
1353 // Signed Saturating Rounded Shift Right Unsigned Narrow (Immediate)
1547 // Scalar Signed Saturating Extract Unsigned Narrow
1551 // Scalar Signed Saturating Extract Narrow
1555 // Scalar Unsigned Saturating Extract Narrow
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1922 bool Narrow = VT.getSizeInBits() == 64; in SelectLoadLane() local
1927 if (Narrow) in SelectLoadLane()
1948 if (Narrow) in SelectLoadLane()
1961 bool Narrow = VT.getSizeInBits() == 64; in SelectPostLoadLane() local
1966 if (Narrow) in SelectPostLoadLane()
1993 Narrow ? NarrowVector(SuperReg, *CurDAG) : SuperReg); in SelectPostLoadLane()
2001 if (Narrow) in SelectPostLoadLane()
2016 bool Narrow = VT.getSizeInBits() == 64; in SelectStoreLane() local
2021 if (Narrow) in SelectStoreLane()
2045 bool Narrow = VT.getSizeInBits() == 64; in SelectPostStoreLane() local
[all …]
H A DAArch64ISelLowering.cpp12756 SDValue Narrow; in LowerINSERT_SUBVECTOR() local
12759 Narrow = DAG.getNode(AArch64ISD::UZP1, DL, NarrowVT, Vec1, HiVec0); in LowerINSERT_SUBVECTOR()
12764 Narrow = DAG.getNode(AArch64ISD::UZP1, DL, NarrowVT, LoVec0, Vec1); in LowerINSERT_SUBVECTOR()
12767 return getSVESafeBitCast(VT, Narrow, DAG); in LowerINSERT_SUBVECTOR()
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DPropValueAliases.txt612 dt ; Nar ; Narrow ; nar
643 ea ; Na ; Narrow
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrNEON.td2570 // Narrow 2-register operations.
2579 // Narrow 2-register intrinsics.
3232 // Narrow shift by immediate.
4223 // Neon Shift Narrow operations,
4293 // VADDHN : Vector Add and Narrow Returning High Half (D = Q + Q)
4295 // VRADDHN : Vector Rounding Add and Narrow Returning High Half (D = Q + Q)
5101 // VSUBHN : Vector Subtract and Narrow Returning High Half (D = Q - Q)
5103 // VRSUBHN : Vector Rounding Subtract and Narrow Returning High Half (D=Q-Q)
6018 // VSHRN : Vector Shift Right and Narrow
6045 // VRSHRN : Vector Rounding Shift Right and Narrow
[all …]
H A DARMScheduleSwift.td577 // 4.2.31 Advanced SIMD, Add and Shift with Narrow
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td435 // Vector Saturating Narrow
441 // Vector Saturating Extract and Unsigned Narrow
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-02031961 types for 64-bit MIPS. Narrow some fields for 80-char
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-02031961 types for 64-bit MIPS. Narrow some fields for 80-char
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperluniprops.pod2339 \p{Decomposition_Type: Nar} \p{Decomposition_Type=Narrow} (122)
2340 \p{Decomposition_Type: Narrow} (Short: \p{Dt=Nar}) (122:
2498 \p{East_Asian_Width: Na} \p{East_Asian_Width=Narrow} (111)
2499 \p{East_Asian_Width: Narrow} (Short: \p{Ea=Na}) (111: [\x20-\x7e
H A Dperl5240delta.pod1751 Narrow the filename check in F<strict.pm> and F<warnings.pm>. Previously,
/openbsd-src/gnu/gcc/gcc/config/h8300/
H A Dh8300.md5830 ;; Narrow the mode of testing if possible.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20043094 (lang_decl_flags): Narrow the width of "languages". Add
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog17606 * varasm.c (assemble_variable): Narrow test for uninitialized
19206 * df.c (read_modify_subreg_p): Narrow down cases for a rmw subreg.
H A DChangeLog.68716 * i386.c (test splitter): Narrow tests vs paradoxical subregs.
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.md7966 /* Narrow a paradoxical subreg to prevent partial register stalls. */
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.md7758 /* Narrow a paradoxical subreg to prevent partial register stalls. */
/openbsd-src/games/fortune/datfiles/
H A Dfortunes2307 -- S. J. Gould, "Wide Hats and Narrow Minds"

12