Searched refs:ecc (Results 1 - 25 of 189) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dinsns.cc340 ebb_call_clobbers_info *ecc = insn->ebb ()->first_call_clobbers (); local
341 while (ecc->abi ()->id () != note->abi_id ())
342 ecc = ecc->next ();
343 int comparison = lookup_call_clobbers (*ecc, insn);
345 ecc->remove_root ();
548 ebb_call_clobbers_info *ecc = bi.current_ebb->first_call_clobbers (); local
549 while (ecc && ecc->abi () != &abi.base_abi ())
550 ecc
[all...]
/netbsd-current/sys/arch/arm/ti/
H A Domap2_nand.c104 static int omap2_nand_ecc_compute(device_t self, const uint8_t *data, uint8_t *ecc);
282 sc->sc_nand_if.ecc.necc_code_size = 3;
283 sc->sc_nand_if.ecc.necc_block_size = 512;
284 sc->sc_nand_if.ecc.necc_type = NAND_ECC_TYPE_HW;
286 sc->sc_nand_if.ecc.necc_code_size = 3;
287 sc->sc_nand_if.ecc.necc_block_size = 256;
415 convert_ecc(const uint8_t *ecc) argument
417 return ecc[0] | (ecc[1] << 16) | ((ecc[
444 omap2_nand_ecc_compute(device_t self, const uint8_t *data, uint8_t *ecc) argument
[all...]
/netbsd-current/sys/dev/nand/
H A Dnand.c317 /* default to soft ecc, that should work everywhere */
321 interface->ecc.necc_code_size = 3;
322 interface->ecc.necc_block_size = 256;
323 interface->ecc.necc_type = NAND_ECC_TYPE_SW;
370 struct nand_ecc *ecc; local
443 ecc = chip->nc_ecc = &sc->nand_if->ecc;
446 * calculate the place of ecc data in oob
451 ecc->necc_offset = 0;
454 ecc
687 uint8_t *ecc; local
776 uint8_t *ecc; local
[all...]
/netbsd-current/external/bsd/file/dist/tests/
H A DMakefile.am93 pgp-binary-key-v4-ecc-no-userid-secret.result \
94 pgp-binary-key-v4-ecc-no-userid-secret.testfile \
95 pgp-binary-key-v4-ecc-secret-key.result \
96 pgp-binary-key-v4-ecc-secret-key.testfile \
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-d30v.c494 opcode->ecc << 28 | op->op1 << 25 | op->op2 << 20 | form->modifier << 18;
685 int i, j, shift, regno, bits, ecc; local
705 if ((op1->ecc == ECC_TX && op2->ecc == ECC_FX)
706 || (op1->ecc == ECC_FX && op2->ecc == ECC_TX)
707 || (op1->ecc == ECC_XT && op2->ecc == ECC_XF)
708 || (op1->ecc == ECC_XF && op2->ecc
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d30v.c491 opcode->ecc << 28 | op->op1 << 25 | op->op2 << 20 | form->modifier << 18;
682 int i, j, shift, regno, bits, ecc; local
702 if ((op1->ecc == ECC_TX && op2->ecc == ECC_FX)
703 || (op1->ecc == ECC_FX && op2->ecc == ECC_TX)
704 || (op1->ecc == ECC_XT && op2->ecc == ECC_XF)
705 || (op1->ecc == ECC_XF && op2->ecc
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c491 opcode->ecc << 28 | op->op1 << 25 | op->op2 << 20 | form->modifier << 18;
682 int i, j, shift, regno, bits, ecc; local
702 if ((op1->ecc == ECC_TX && op2->ecc == ECC_FX)
703 || (op1->ecc == ECC_FX && op2->ecc == ECC_TX)
704 || (op1->ecc == ECC_XT && op2->ecc == ECC_XF)
705 || (op1->ecc == ECC_XF && op2->ecc
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dd30v-dis.c85 insn->ecc = (num >> 28) & 0x7;
153 if (insn->ecc)
154 (*info->fprintf_func) (info->stream, "/%s", d30v_ecc_names[insn->ecc]);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dd30v-dis.c85 insn->ecc = (num >> 28) & 0x7;
153 if (insn->ecc)
154 (*info->fprintf_func) (info->stream, "/%s", d30v_ecc_names[insn->ecc]);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dd30v-dis.c85 insn->ecc = (num >> 28) & 0x7;
153 if (insn->ecc)
154 (*info->fprintf_func) (info->stream, "/%s", d30v_ecc_names[insn->ecc]);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dd30v-dis.c85 insn->ecc = (num >> 28) & 0x7;
153 if (insn->ecc)
154 (*info->fprintf_func) (info->stream, "/%s", d30v_ecc_names[insn->ecc]);
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dd30v.h284 int ecc; /* execution condition code */ member in struct:d30v_insn
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dd30v.h284 int ecc; /* execution condition code */ member in struct:d30v_insn
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dd30v.h284 int ecc; /* execution condition code */ member in struct:d30v_insn
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dd30v.h284 int ecc; /* execution condition code */ member in struct:d30v_insn
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_nand.c526 ecc_mode = fdtbus_get_string(phandle, "nand-ecc-mode");
574 nand->ecc.necc_code_size = 3;
575 nand->ecc.necc_block_size = 512;
576 nand->ecc.necc_type = NAND_ECC_TYPE_HW;
585 nand->ecc.necc_code_size = 3;
586 nand->ecc.necc_block_size = 256;
/netbsd-current/sys/arch/mips/rmi/
H A Drmixl_nand.c219 sc->sc_nand_if.ecc.necc_code_size = 3;
220 sc->sc_nand_if.ecc.necc_block_size = 256;
/netbsd-current/crypto/external/cpl/tpm-tools/dist/
H A Dconfig.rpath79 icc* | ecc*)
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dconfig.rpath75 icc|ecc)
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dconfig.rpath69 icc* | ecc*)
/netbsd-current/external/gpl3/binutils/dist/
H A Dconfig.rpath75 icc|ecc)
/netbsd-current/external/gpl3/gcc/dist/
H A Dconfig.rpath75 icc|ecc)
/netbsd-current/external/gpl3/gdb/dist/
H A Dconfig.rpath75 icc|ecc)
/netbsd-current/external/gpl2/gettext/dist/autoconf-lib-link/
H A Dconfig.rpath79 icc* | ecc*)
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Dconfig.rpath79 icc* | ecc*)

Completed in 315 milliseconds

12345678