/qemu/disas/ |
H A D | riscv.c | 2541 static void decode_inst_opcode(rv_decode *dec, rv_isa isa) in decode_inst_opcode() argument 2543 rv_inst inst = dec->inst; in decode_inst_opcode() 2616 if (dec->cfg && dec->cfg->ext_zcmop) { in decode_inst_opcode() 2622 if (dec->cfg->ext_zicfiss) { in decode_inst_opcode() 2717 if (dec->cfg && dec->cfg->ext_zcmp && ((inst >> 12) & 0b01)) { in decode_inst_opcode() 2743 if (dec->cfg && !dec->cfg->ext_zcmt) { in decode_inst_opcode() 2753 if (dec->cfg && !dec->cfg->ext_zcmp) { in decode_inst_opcode() 2961 if (dec->cfg && dec->cfg->ext_zicfilp && in decode_inst_opcode() 4063 if (dec->cfg && dec->cfg->ext_zimop) { in decode_inst_opcode() 4073 if (dec->cfg->ext_zicfiss && in decode_inst_opcode() [all …]
|
H A D | riscv-xthead.c | 249 void decode_xtheadba(rv_decode *dec, rv_isa isa) in decode_xtheadba() argument 251 rv_inst inst = dec->inst; in decode_xtheadba() 275 dec->op = op; in decode_xtheadba() 278 void decode_xtheadbb(rv_decode *dec, rv_isa isa) in decode_xtheadbb() argument 280 rv_inst inst = dec->inst; in decode_xtheadbb() 331 dec->op = op; in decode_xtheadbb() 334 void decode_xtheadbs(rv_decode *dec, rv_isa isa) in decode_xtheadbs() argument 336 rv_inst inst = dec->inst; in decode_xtheadbs() 357 dec->op = op; in decode_xtheadbs() 360 void decode_xtheadcmo(rv_decode *dec, rv_isa isa) in decode_xtheadcmo() argument [all …]
|
H A D | riscv-xventana.c | 23 void decode_xventanacondops(rv_decode *dec, rv_isa isa) in decode_xventanacondops() argument 25 rv_inst inst = dec->inst; in decode_xventanacondops() 41 dec->op = op; in decode_xventanacondops()
|
/qemu/target/s390x/tcg/ |
H A D | int_helper.c | 101 void HELPER(cvb)(CPUS390XState *env, uint32_t r1, uint64_t dec) in HELPER() 106 sign = dec & 0xf; in HELPER() 110 dec >>= 4; in HELPER() 112 while (dec) { in HELPER() 113 digit = dec & 0xf; in HELPER() 117 dec >>= 4; in HELPER() 133 uint64_t HELPER(cvbg)(CPUS390XState *env, Int128 dec) in HELPER() 135 uint64_t dec64[] = {int128_getlo(dec), int128_gethi(dec)}; in HELPER() 179 uint64_t dec = 0x0c; in HELPER() local 185 dec = 0x0d; in HELPER() [all …]
|
/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 315 AES_KEY dec; member 336 AES_decrypt(src, dst, &aesctx->dec); in test_xts_aes_decrypt() 349 AES_set_decrypt_key(data->key1, data->keylen / 2 * 8, &aesdata.dec); in test_xts() 351 AES_set_decrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.dec); in test_xts() 385 AES_set_decrypt_key(data->key1, data->keylen / 2 * 8, &aesdata.dec); in test_xts_split() 387 AES_set_decrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.dec); in test_xts_split() 430 AES_set_decrypt_key(data->key1, data->keylen / 2 * 8, &aesdata.dec); in test_xts_unaligned() 432 AES_set_decrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.dec); in test_xts_unaligned()
|
H A D | test-qga.c | 400 unsigned char *dec; in test_qga_file_ops() local 519 dec = g_base64_decode(b64, &count); in test_qga_file_ops() 521 g_assert_cmpmem(dec, count, helloworld + 6, sizeof(helloworld) - 6); in test_qga_file_ops() 522 g_free(dec); in test_qga_file_ops()
|
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/ |
H A D | BiosTablesTest.inf | 42 MdePkg/MdePkg.dec 43 UefiTestToolsPkg/UefiTestToolsPkg.dec
|
/qemu/include/hw/acpi/ |
H A D | aml-build.h | 339 Aml *aml_io(AmlIODecode dec, uint16_t min_base, uint16_t max_base, 356 AmlDecode dec, uint16_t addr_gran, 360 AmlDecode dec, AmlISARanges isa_ranges, 365 AmlDecode dec, AmlISARanges isa_ranges, 369 Aml *aml_dword_memory(AmlDecode dec, AmlMinFixed min_fixed, 375 Aml *aml_qword_memory(AmlDecode dec, AmlMinFixed min_fixed,
|
/qemu/util/ |
H A D | qdist.c | 256 int dec; in qdist_pr_label() local 263 dec = opt & QDIST_PR_NODECIMAL ? 0 : 1; in qdist_pr_label() 289 g_string_append_printf(s, "%s%.*f", lparen, dec, x1); in qdist_pr_label() 291 g_string_append_printf(s, ",%.*f%s", dec, x2, rparen); in qdist_pr_label()
|
/qemu/hw/acpi/ |
H A D | aml-build.c | 1025 Aml *aml_io(AmlIODecode dec, uint16_t min_base, uint16_t max_base, in aml_io() argument 1030 build_append_byte(var->buf, dec); in aml_io() 1355 AmlMaxFixed max_fixed, AmlDecode dec, in aml_as_desc_header() argument 1358 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header() 1369 AmlMaxFixed max_fixed, AmlDecode dec, in aml_word_as_desc() argument 1382 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_word_as_desc() 1393 AmlMaxFixed max_fixed, AmlDecode dec, in aml_dword_as_desc() argument 1407 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_dword_as_desc() 1418 AmlMaxFixed max_fixed, AmlDecode dec, in aml_qword_as_desc() argument 1431 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_qword_as_desc() [all …]
|
H A D | aml-build-stub.c | 59 Aml *aml_io(AmlIODecode dec, uint16_t min_base, uint16_t max_base, in aml_io() argument
|
/qemu/target/arm/tcg/ |
H A D | sve.decode | 503 # SVE inc/dec register by element count 506 # SVE saturating inc/dec register by element count 510 # SVE inc/dec vector by element count 514 # SVE saturating inc/dec vector by element count 770 # SVE inc/dec register by predicate count 773 # SVE inc/dec vector by predicate count 776 # SVE saturating inc/dec register by predicate count 780 # SVE saturating inc/dec vector by predicate count
|
/qemu/scripts/coverity-scan/ |
H A D | COMPONENTS.md | 40 …~ .*/qemu((/include)?/hw/ppc/.*|/target/ppc/.*|/hw/pci-host/(uninorth.*|dec.*|prep.*|ppc.*)|/hw/mi…
|
/qemu/linux-headers/asm-powerpc/ |
H A D | kvm.h | 227 __u32 dec; /* KVM_SREGS_E_UPDATE_DEC */ member
|
/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 113 #define OP dec
|
/qemu/target/ppc/ |
H A D | kvm.c | 1048 env->spr[SPR_DECR] = sregs.u.e.dec; in kvmppc_get_booke_sregs()
|
/qemu/tests/data/qobject/ |
H A D | qdict.txt | 4140 dec: 4096
|
/qemu/ |
H A D | MAINTAINERS | 1490 F: hw/pci-bridge/dec.[hc]
|