Home
last modified time | relevance | path

Searched refs:i4 (Results 1 – 10 of 10) 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/qemu/target/arm/tcg/
H A Dpauth_helper.c142 int i0, i4, i8, ic, t0, t1, t2, t3; in pac_mult() local
145 i4 = extract64(i, b + 4 * 4, 4); in pac_mult()
149 t0 = rot_cell(i8, 1) ^ rot_cell(i4, 2) ^ rot_cell(i0, 1); in pac_mult()
150 t1 = rot_cell(ic, 1) ^ rot_cell(i4, 1) ^ rot_cell(i0, 2); in pac_mult()
152 t3 = rot_cell(ic, 1) ^ rot_cell(i8, 2) ^ rot_cell(i4, 1); in pac_mult()
/openbmc/qemu/util/
H A Dqemu-sockets.c59 struct sockaddr_in *i4; in inet_getport() local
67 i4 = (void*)e->ai_addr; in inet_getport()
68 return ntohs(i4->sin_port); in inet_getport()
76 struct sockaddr_in *i4; in inet_setport() local
85 i4 = (void*)e->ai_addr; in inet_setport()
86 i4->sin_port = htons(port); in inet_setport()
/openbmc/qemu/scripts/
H A Ddecodetree.py1631 i4 = str_indent(4)
1634 output(i4, 'union {\n')
1637 output(i4, i4, f.struct_name(), ' f_', f.name, ';\n')
1638 output(i4, '} u;\n\n')
1641 output(i4, 'return false;\n')
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc2077 const uint8_t i4 = get_field(s, i4) &
2094 get_field(s, v3), i4, &g[es]);
2226 const uint8_t i4 = get_field(s, i4);
2227 const int right_shift = 64 - (i4 & 7) * mul;
2230 if (i4 & ~mask) {
2239 if ((i4 & 8) == 0) {
2259 const uint8_t i4 = get_field(s, i4);
2262 if (i4 & ~7) {
2275 tcg_gen_extract2_i64(t0, t1, t0, i4);
2276 tcg_gen_extract2_i64(t1, t2, t1, i4);
H A Dtranslate.c1623 disas_jdest(s, i4, is_imm, imm, o->out); in op_cj()
3586 int i4 = get_field(s, i4); in op_risbg() local
3588 int do_zero = i4 & 0x80; in op_risbg()
3597 i4 &= 63; in op_risbg()
3602 i4 &= 31; in op_risbg()
3607 i4 = (i4 & 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()
[all …]
/openbmc/qemu/tcg/
H A Dtci.c153 TCGReg *r2, uint8_t *i3, uint8_t *i4) in tci_args_rrrbb() argument
159 *i4 = extract32(insn, 26, 6); in tci_args_rrrbb()
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-38535_pre.patch194 i4,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch85 test -z "$i4" && grepfor uid_t 'typedef int uid_t;' && i4=I
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc70 "%i4",