Home
last modified time | relevance | path

Searched refs:size_bits (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-cris.c1516 int size_bits; in cris_process_instruction() local
1751 if (! get_bwd_size_modifier (&s, &size_bits)) in cris_process_instruction()
1755 switch (size_bits) in cris_process_instruction()
1775 || ! get_bwd_size_modifier (&s, &size_bits)) in cris_process_instruction()
1779 out_insnp->opcode |= size_bits << 4; in cris_process_instruction()
1996 || ! get_bwd_size_modifier (&s, &size_bits)) in cris_process_instruction()
2000 out_insnp->opcode |= (regno << 12) | (size_bits << 4); in cris_process_instruction()
2039 if (! get_bw_size_modifier (&s, &size_bits)) in cris_process_instruction()
2043 out_insnp->opcode |= size_bits << 4; in cris_process_instruction()
2161 switch (size_bits) in cris_process_instruction()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Daarch64-tdep.c5036 uint8_t opcode_bits, size_bits; in aarch64_record_asimd_load_store() local
5040 size_bits = bits (aarch64_insn_r->aarch64_insn, 10, 11); in aarch64_record_asimd_load_store()
5057 if (size_bits & 0x01) in aarch64_record_asimd_load_store()
5061 if ((size_bits >> 1) & 0x01) in aarch64_record_asimd_load_store()
5063 if (size_bits & 0x01) in aarch64_record_asimd_load_store()
5074 scale = size_bits; in aarch64_record_asimd_load_store()
5112 esize = 8 << size_bits; in aarch64_record_asimd_load_store()
5263 uint8_t opc, size_bits, ld_flag, vector_flag; in aarch64_record_load_store() local
5280 size_bits = bits (aarch64_insn_r->aarch64_insn, 30, 31); in aarch64_record_load_store()
5301 datasize = (8 << size_bits) * 2; in aarch64_record_load_store()
[all …]
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
Dplatform.c933 UINT32 capitalSprime_byte_arrayLength, size_bits, length, chLength, c_byteLength; in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal() local
1135 size_bits = DAA_PARAM_SIZE_RANDOMIZED_ATTRIBUTES; in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1150 bi_urandom( ra->array[i], size_bits); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1151 LogDebug("ra[i]=%s size=%d", bi_2_hex_char( ra->array[i]), size_bits); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1157 size_bits = DAA_PARAM_SIZE_F_I+2*DAA_PARAM_SAFETY_MARGIN+DAA_PARAM_SIZE_MESSAGE_DIGEST; in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1158 bi_urandom( rv_tilde_prime, size_bits); in Tspi_TPM_DAA_JoinCreateDaaPubKey_internal()
1968 UINT32 issuer_settingsLength, outputSize, length, size_bits, chLength; in Tspi_TPM_DAA_Sign_internal() local
2180 size_bits = DAA_PARAM_SIZE_RSA_MODULUS + DAA_PARAM_SAFETY_MARGIN; in Tspi_TPM_DAA_Sign_internal()
2187 bi_urandom( w, size_bits); in Tspi_TPM_DAA_Sign_internal()
2204 size_bits = DAA_PARAM_SIZE_INTERVAL_EXPONENT_CERTIFICATE + in Tspi_TPM_DAA_Sign_internal()
[all …]