| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonDepMappings.td | 34 def L2_loadrb_zomapAlias : InstAlias<"$Rd32 = memb($Rs32)", (L2_loadrb_io IntRegs:$Rd32, IntRegs:$R… 40 def L2_ploadrbf_zomapAlias : InstAlias<"if (!$Pt4) $Rd32 = memb($Rs32)", (L2_ploadrbf_io IntRegs:$R… 41 def L2_ploadrbfnew_zomapAlias : InstAlias<"if (!$Pt4.new) $Rd32 = memb($Rs32)", (L2_ploadrbfnew_io … 42 def L2_ploadrbt_zomapAlias : InstAlias<"if ($Pt4) $Rd32 = memb($Rs32)", (L2_ploadrbt_io IntRegs:$Rd… 43 def L2_ploadrbtnew_zomapAlias : InstAlias<"if ($Pt4.new) $Rd32 = memb($Rs32)", (L2_ploadrbtnew_io I… 64 def L4_add_memopb_zomapAlias : InstAlias<"memb($Rs32) += $Rt32", (L4_add_memopb_io IntRegs:$Rs32, 0… 67 def L4_and_memopb_zomapAlias : InstAlias<"memb($Rs32) &= $Rt32", (L4_and_memopb_io IntRegs:$Rs32, 0… 70 def L4_iadd_memopb_zomapAlias : InstAlias<"memb($Rs32) += #$II", (L4_iadd_memopb_io IntRegs:$Rs32, … 73 def L4_iand_memopb_zomapAlias : InstAlias<"memb($Rs32) = clrbit(#$II)", (L4_iand_memopb_io IntRegs:… 76 def L4_ior_memopb_zomapAlias : InstAlias<"memb($Rs32) = setbit(#$II)", (L4_ior_memopb_io IntRegs:$R… [all …]
|
| D | HexagonDepInstrInfo.td | 9439 "$Rd32 = memb($Rs32+#$Ii)", 9460 "$Rd32 = memb($Rx32++$Mu2:brev)", 9474 "$Rd32 = memb($Rx32++#$Ii:circ($Mu2))", 9489 "$Rd32 = memb($Rx32++I:circ($Mu2))", 9504 "$Rd32 = memb($Rx32++#$Ii)", 9521 "$Rd32 = memb($Rx32++$Mu2)", 9535 "$Rd32 = memb($Rs32)", 9545 "$Rd32 = memb(gp+#$Ii)", 10198 "if (!$Pt4) $Rd32 = memb($Rs32+#$Ii)", 10220 "if (!$Pt4) $Rd32 = memb($Rx32++#$Ii)", [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-typeck.c | 458 tree memb; in composite_type() local 463 for (memb = TYPE_FIELDS (TREE_VALUE (p1)); in composite_type() 464 memb; memb = TREE_CHAIN (memb)) in composite_type() 466 tree mv3 = TREE_TYPE (memb); in composite_type() 472 TREE_VALUE (n) = composite_type (TREE_TYPE (memb), in composite_type() 483 tree memb; in composite_type() local 488 for (memb = TYPE_FIELDS (TREE_VALUE (p2)); in composite_type() 489 memb; memb = TREE_CHAIN (memb)) in composite_type() 491 tree mv3 = TREE_TYPE (memb); in composite_type() 497 TREE_VALUE (n) = composite_type (TREE_TYPE (memb), in composite_type() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-typeck.c | 417 tree memb; local 418 for (memb = TYPE_FIELDS (TREE_VALUE (p1)); 419 memb; memb = TREE_CHAIN (memb)) 420 if (comptypes (TREE_TYPE (memb), TREE_VALUE (p2))) 431 tree memb; local 432 for (memb = TYPE_FIELDS (TREE_VALUE (p2)); 433 memb; memb = TREE_CHAIN (memb)) 434 if (comptypes (TREE_TYPE (memb), TREE_VALUE (p1))) 708 tree memb; local 709 for (memb = TYPE_FIELDS (TREE_VALUE (args1)); [all …]
|
| D | ONEWS | 198 -msim, -mmve, -memb 206 -memb, -msim, -mmvme
|
| D | FSFChangeLog.10 | 2198 (ASM_SPEC): The -msdata switch passes -memb to the assembler. 4175 -mmvme, and -memb.
|
| D | FSFChangeLog.11 | 13266 (ASM_SPEC): -msdata=eabi sets -memb also.
|
| /openbsd/src/sys/dev/pci/ |
| D | virtio_pci.c | 211 #define CREAD(sc, memb) _cread(sc, offsetof(struct virtio_pci_common_cfg, memb), \ argument 212 sizeof(((struct virtio_pci_common_cfg *)0)->memb)) 214 #define CWRITE(sc, memb, val) \ argument 217 size_t off = offsetof(struct virtio_pci_common_cfg, memb); \ 218 size_t size = sizeof(c.memb); \
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | rs6000-nat.c | 849 char *memb = name + strlen (name) + 1; in vmap_ldinfo() local 877 || (memb[0] && !DEPRECATED_STREQ (memb, vp->member))) in vmap_ldinfo()
|
| /openbsd/src/usr.sbin/adduser/ |
| D | adduser.perl | 329 local($g_groupname,$pw,$g_gid, $memb); 336 ($g_groupname, $pw, $g_gid, $memb) = (split(/:/, $_))[0..3]; 338 $groupmembers{$g_gid} = $memb;
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-ppc.texi | 94 @item -memb
|
| D | as.texinfo | 396 [@b{-mcom}|@b{-many}|@b{-maltivec}] [@b{-memb}]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-ppc.texi | 100 @item -memb
|
| D | as.texinfo | 404 [@b{-mcom}|@b{-many}|@b{-maltivec}] [@b{-memb}]
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | sysv4.opt | 119 memb
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | invoke.texi | 419 -msim -mmvme -mads -myellowknife -memb -msdata @gol 7041 @item -memb 7042 @opindex memb 7073 @option{-msdata=eabi} option also sets the @option{-memb} option.
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | invoke.texi | 685 -msim -mmvme -mads -myellowknife -memb -msdata @gol 11974 @item -memb 11975 @opindex memb 12006 @option{-msdata=eabi} option also sets the @option{-memb} option.
|
| D | gcc.info | 879 -msim -mmvme -mads -myellowknife -memb -msdata 11424 `-memb' 11452 `-memb' option.
|
| /openbsd/src/gnu/usr.bin/binutils/gas/po/ |
| D | tr.po | 7830 "-memb\t\t\tset PPC_EMB bit in ELF flags\n" 7842 "-memb\t\t\tELF bayraklarında PPC_EMB bitini atar\n"
|
| D | gas.pot | 7605 "-memb\t\t\tset PPC_EMB bit in ELF flags\n"
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/po/ |
| D | tr.po | 8666 "-memb\t\t\tset PPC_EMB bit in ELF flags\n" 8678 "-memb\t\t\tELF bayraklarında PPC_EMB bitini atar\n"
|
| D | gas.pot | 8253 "-memb\t\t\tset PPC_EMB bit in ELF flags\n"
|