Home
last modified time | relevance | path

Searched refs:subword (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Dsh64-media.cpu196 (set rd (add (subword SI rm 1) (subword SI rn 1))))
208 (set rd (ext DI (add (ext SI disp10) (subword SI rm 1)))))
214 (set rd (zext DI (add (subword SI rm 1) (subword SI rn 1)))))
567 (set rd (subword DI drgh 0)))
573 (set frf (subword SF (subword SI rm 1) 0)))
579 (set drf (subword DF rm 0)))
591 (set rd (ext DI (subword SI frgh 1))))
623 ; (set fpscr (subword SI frgh 0)))
851 (set result0 (expr (subword QI rm 7) (subword QI rn 7)))
852 (set result1 (expr (subword QI rm 6) (subword QI rn 6)))
[all …]
Dsh64-compact.cpu149 (get () (subword SI (raw-reg h-gr 16) 1))
158 (get () (subword SI (raw-reg h-gr 18) 1))
167 (get () (subword SI (raw-reg h-gr 17) 1))
168 (set (newval) (set (raw-reg h-gr 17) (-join-si (subword SI (raw-reg h-gr 17) 0) newval)))
176 (get () (subword SI (raw-reg h-gr 17) 0))
177 (set (newval) (set (raw-reg h-gr 17) (-join-si newval (subword SI (raw-reg h-gr 17) 1))))
584 (set mach (subword SI result 0))
585 (set macl (subword SI result 1))))
593 (set mach (subword SI result 0))
594 (set macl (subword SI result 1))))
[all …]
Dsh.cpu288 (subword DF
290 (sll DI (zext DI (subword SI (reg h-fr index) 0)) 32)
291 (zext DI (subword SI (reg h-fr (add index 1)) 0))) 0))
295 (subword SF (subword SI newval 0) 0))
297 (subword SF (subword SI newval 1) 0))))
/openbsd/src/games/boggle/boggle/
Dbog.c402 char subword[MAXWORDLEN + 1]; in checkword() local
410 q = subword; in checkword()
424 if (checkword(subword + 1, *lm, path + 1) > 0) in checkword()
/openbsd/src/bin/csh/
Dlex.c66 static Char *subword(Char *, int, bool *);
842 tword = subword(en->word, sc, &didone); in dosub()
848 tword = subword(otword, sc, &didone); in dosub()
870 subword(Char *cp, int type, bool *adid) in subword() function
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrAtomics.td162 // match bare subword loads (for 32-bit results) and anyext loads (for 64-bit
380 // load patterns above. We match subword RMWs (for 32-bit) and anyext RMWs (for
510 // We match subword RMWs (for 32-bit) and anyext RMWs (for 64-bit) and select a
/openbsd/src/gnu/gcc/gcc/
Dexpr.c591 rtx subword = operand_subword (to, index, 1, to_mode); in convert_move() local
593 gcc_assert (subword); in convert_move()
595 if (fill_value != subword) in convert_move()
596 emit_move_insn (subword, fill_value); in convert_move()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dexpr.c980 rtx subword = operand_subword (to, index, 1, to_mode); local
982 if (subword == 0)
985 if (fill_value != subword)
986 emit_move_insn (subword, fill_value);
DFSFChangeLog.101364 the appropriate subword of extended precision CONST_DOUBLEs.
DChangeLog.213704 to safe to extract a subword out of a REG.
DChangeLog.16240 * emit-rtl.c (operand_subword): Handle case when a subword outside
/openbsd/src/gnu/gcc/gcc/config/fr30/
Dfr30.md90 ;; This requirement exists even for subword modes on a RISC machine
/openbsd/src/gnu/usr.bin/gcc/gcc/config/fr30/
Dfr30.md87 ;; This requirement exists even for subword modes on a RISC machine
/openbsd/src/gnu/usr.bin/gcc/gcc/config/d30v/
Dd30v.md621 ;; This requirement exists even for subword modes on a RISC machine
/openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/
Dfrv.md1219 ;; This requirement exists even for subword modes on a RISC machine
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Darm.md1995 so we must be careful only to set the subword we were asked to. */
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv.md1544 ;; This requirement exists even for subword modes on a RISC machine
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.md1994 so we must be careful only to set the subword we were asked to. */
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dmd.texi2358 This requirement exists even for subword modes on a RISC machine where
Dextend.texi2900 not allow this example, because subword arguments in old-style
/openbsd/src/gnu/gcc/gcc/doc/
Dmd.texi3232 This requirement exists even for subword modes on a RISC machine where
Dextend.texi2873 not allow this example, because subword arguments in old-style
Dgcc.info16578 this example, because subword arguments in old-style non-prototype
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-92956581 (alpha_ip, case 'B', subcase 'd'): New case, for subword and
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-92956581 (alpha_ip, case 'B', subcase 'd'): New case, for subword and

12