Home
last modified time | relevance | path

Searched refs:i3 (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Drxsbg.c10 rxsbg(unsigned long *r1, unsigned long r2, int i3, int i4, int i5, int *cc) in rxsbg() argument
15 : [r2] "r" (r2) , [i3] "i" (i3) , [i4] "i" (i4) , [i5] "i" (i5) in rxsbg()
/openbmc/u-boot/test/
H A Dunicode_ut.c34 static const u16 i3[] = {0x69, 0x33, 0xd801, 0x00}; variable
111 sprintf(buf, "%ls", i3); in unicode_test_string16()
403 ut_asserteq(3, utf16_strnlen(i3, 16)); in unicode_test_utf16_strnlen()
419 ut_asserteq(3, utf16_utf8_strlen(i3)); in unicode_test_utf16_utf8_strlen()
474 utf16_utf8_strcpy(&pos, i3); in unicode_test_utf16_utf8_strcpy()
/openbmc/qemu/tests/decode/
H A Dsucc_named_field.decode19 i3 ........ 00000000 ........ ........ @bar imm=%foo
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/
H A Dclang_UNUSED.patch16 @@ -98,7 +98,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3
/openbmc/u-boot/arch/x86/dts/
H A Dchromebook_samus.dts32 compatible = "intel,core-i3-gen5";
40 compatible = "intel,core-i3-gen5";
47 compatible = "intel,core-i3-gen5";
54 compatible = "intel,core-i3-gen5";
/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c701 uint16_t i3 = extract32(simd_data(desc), 4, 12); in DEF_GVEC_VFMA() local
708 if (float32_dcmask(env, a) & i3) { in DEF_GVEC_VFMA()
731 const uint16_t i3 = extract32(simd_data(desc), 4, 12); in HELPER() local
738 if (float64_dcmask(env, a) & i3) { in HELPER()
762 uint16_t i3 = extract32(simd_data(desc), 4, 12); in HELPER() local
764 if (float128_dcmask(env, a) & i3) { in HELPER()
H A Dtranslate.c3585 int i3 = get_field(s, i3); in op_risbg() local
3596 i3 &= 63; in op_risbg()
3601 i3 &= 31; in op_risbg()
3606 i3 = (i3 & 31) + 32; in op_risbg()
3615 if (i3 <= i4) { in op_risbg()
3617 mask = (-1ull >> i3) & (-1ull << (63 - i4)); in op_risbg()
3620 mask = (-1ull >> i3) | (-1ull << (63 - i4)); in op_risbg()
3632 len = i4 - i3 + 1; in op_risbg()
3673 int i3 = get_field(s, i3); in op_rosbg() local
3680 if (i3 & 0x80) { in op_rosbg()
[all …]
H A Dtranslate_vx.c.inc379 const uint8_t i3 = get_field(s, i3) & (bits - 1);
391 if (i == i3) {
954 const uint8_t i3 = extract32(get_field(s, m4), 0, 1);
959 read_vec_element_i64(t1, get_field(s, v3), i3, ES_64);
3300 const uint16_t i3 = get_field(s, i3);
3329 deposit32(m5, 4, 12, i3), fn);
/openbmc/qemu/tcg/
H A Dtci.c135 uint8_t *i2, uint8_t *i3) in tci_args_rrbb() argument
140 *i3 = extract32(insn, 22, 6); in tci_args_rrbb()
153 TCGReg *r2, uint8_t *i3, uint8_t *i4) in tci_args_rrrbb() argument
158 *i3 = extract32(insn, 20, 6); in tci_args_rrrbb()
H A Dtcg.c583 const TCGMovExtend *i2, const TCGMovExtend *i3, in tcg_out_movext3() argument
588 TCGReg src3 = i3->src; in tcg_out_movext3()
592 tcg_out_movext2(s, i2, i3, scratch); in tcg_out_movext3()
597 tcg_out_movext2(s, i1, i3, scratch); in tcg_out_movext3()
600 if (i3->dst != src1 && i3->dst != src2) { in tcg_out_movext3()
601 tcg_out_movext1(s, i3); in tcg_out_movext3()
611 if (i1->dst == src2 && i2->dst == src3 && i3->dst == src1) { in tcg_out_movext3()
614 tcg_out_xchg(s, MAX(i2->src_type, i3->src_type), src2, src3); in tcg_out_movext3()
618 tcg_out_movext1_new_src(s, i3, i3->dst); in tcg_out_movext3()
622 tcg_out_movext1(s, i3); in tcg_out_movext3()
[all …]
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-38535_pre.patch177 let (i3, name, error) = if index == 0 {
215 i3,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch84 test -z "$i3" && grepfor mode_t 'typedef int mode_t;' && i3=I
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc750 TCGReg v1, uint8_t i2, uint8_t i3, int m4)
754 tcg_out16(s, (i2 << 8) | (i3 & 0xff));
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc69 "%i3",