Searched refs:i8 (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/tcg/riscv64/ |
H A D | test-aes.c | 8 const uint64_t *i8 = (const uint64_t *)i; in test_SB_SR() local 13 : "=&r"(o8[0]), "=&r"(o8[1]) : "r"(i8[0]), "r"(i8[1])); in test_SB_SR() 25 const uint64_t *i8 = (const uint64_t *)i; in test_SB_SR_MC_AK() local 34 : "r"(i8[0]), "r"(i8[1]), "r"(k8[0]), "r"(k8[1])); in test_SB_SR_MC_AK() 41 const uint64_t *i8 = (const uint64_t *)i; in test_ISB_ISR() local 46 : "=&r"(o8[0]), "=&r"(o8[1]) : "r"(i8[0]), "r"(i8[1])); in test_ISB_ISR() 53 const uint64_t *i8 = (const uint64_t *)i; in test_IMC() local 58 : "=r"(o8[0]), "=r"(o8[1]) : "0"(i8[0]), "1"(i8[1])); in test_IMC() 70 const uint64_t *i8 = (const uint64_t *)i; in test_ISB_ISR_IMC_AK() local 79 : "r"(i8[0]), "r"(i8[1]), "r"(k8[0]), "r"(k8[1])); in test_ISB_ISR_IMC_AK()
|
/qemu/target/mips/tcg/ |
H A D | msa.decode | 47 @i8 ...... .. sa:s8 ws:5 wd:5 ...... &msa_i df=0 59 ANDI 011110 00 ........ ..... ..... 000000 @i8 60 ORI 011110 01 ........ ..... ..... 000000 @i8 61 NORI 011110 10 ........ ..... ..... 000000 @i8 62 XORI 011110 11 ........ ..... ..... 000000 @i8 63 BMNZI 011110 00 ........ ..... ..... 000001 @i8 64 BMZI 011110 01 ........ ..... ..... 000001 @i8 65 BSELI 011110 10 ........ ..... ..... 000001 @i8
|
H A D | msa_helper.c | 5276 uint32_t i8) \ 5286 MSA_FN_IMM8(andi_b, pwd->b[i], pws->b[i] & i8) 5287 MSA_FN_IMM8(ori_b, pwd->b[i], pws->b[i] | i8) 5288 MSA_FN_IMM8(nori_b, pwd->b[i], ~(pws->b[i] | i8)) 5289 MSA_FN_IMM8(xori_b, pwd->b[i], pws->b[i] ^ i8) 5294 BIT_MOVE_IF_NOT_ZERO(pwd->b[i], pws->b[i], i8, DF_BYTE)) 5299 BIT_MOVE_IF_ZERO(pwd->b[i], pws->b[i], i8, DF_BYTE)) 5304 BIT_SELECT(pwd->b[i], pws->b[i], i8, DF_BYTE))
|
/qemu/target/arm/tcg/ |
H A D | pauth_helper.c | 142 int i0, i4, i8, ic, t0, t1, t2, t3; in pac_mult() local 146 i8 = extract64(i, b + 8 * 4, 4); in pac_mult() 149 t0 = rot_cell(i8, 1) ^ rot_cell(i4, 2) ^ rot_cell(i0, 1); in pac_mult() 151 t2 = rot_cell(ic, 2) ^ rot_cell(i8, 1) ^ rot_cell(i0, 1); in pac_mult() 152 t3 = rot_cell(ic, 1) ^ rot_cell(i8, 2) ^ rot_cell(i4, 1); in pac_mult()
|
/qemu/rust/qemu-api/tests/ |
H A D | vmstate_tests.rs | 39 arr_mul: [i8; FOO_ARRAY_MAX], 41 elem: i8,
|
/qemu/rust/qemu-api/src/ |
H A D | vmstate.rs | 385 impl_vmstate_scalar!(vmstate_info_int8, i8);
|
/qemu/tests/unit/ |
H A D | test-qobject-input-visitor.c | 1051 int8_t i8; in test_visitor_in_fail_struct_missing() local 1071 visit_type_int8(v, "i8", &i8, &err); in test_visitor_in_fail_struct_missing()
|