Home
last modified time | relevance | path

Searched full:f3 (Results 1 – 25 of 114) sorted by relevance

12345

/openbmc/qemu/disas/
H A Dsparc.c193 #define F3(x, y, z) (OP (x) | OP3(y) | F3I(z)) /* Format3 insns. */ macro
357 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
358 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \
359 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
363 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0), "[1+2],d", 0, v6 },
364 { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0)|RS2_G0, "[1],d", 0, v6 }, /* ld [rs1+%g0],d */
365 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[1+i],d", 0, v6 },
366 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1), "[i+1],d", 0, v6 },
367 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|RS1_G0, "[i],d", 0, v6 },
368 { "ld", F3(3, 0x00, 1), F3(~3, ~0x00, ~1)|SIMM13(~0), "[1],d", 0, v6 }, /* ld [rs1+0],d */
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-format.h.inc8 F3(RIE_a, R(1, 8), I(2,16,16), M(3,32))
11 F3(RIE_d, R(1, 8), I(2,16,16), R(3,12))
12 F3(RIE_e, R(1, 8), I(2,16,16), R(3,12))
14 F3(RIE_g, R(1, 8), I(2,16,16), M(3,12))
24 F3(RRD, R(1,16), R(2,28), R(3,24))
31 F3(RS_a, R(1, 8), BD(2,16,20), R(3,12))
32 F3(RS_b, R(1, 8), BD(2,16,20), M(3,12))
33 F3(RSI, R(1, 8), I(2,16,16), R(3,12))
35 F3(RSY_a, R(1, 8), BDL(2), R(3,12))
36 F3(RSY_b, R(1, 8), BDL(2), M(3,12))
[all …]
H A Dfpu_helper.c780 uint64_t f2, uint64_t f3) in HELPER()
782 float32 ret = float32_muladd(f3, f2, f1, 0, &env->fpu_status); in HELPER()
789 uint64_t f2, uint64_t f3) in HELPER()
791 float64 ret = float64_muladd(f3, f2, f1, 0, &env->fpu_status); in HELPER()
798 uint64_t f2, uint64_t f3) in HELPER()
800 float32 ret = float32_muladd(f3, f2, f1, float_muladd_negate_c, in HELPER()
808 uint64_t f2, uint64_t f3) in HELPER()
810 float64 ret = float64_muladd(f3, f2, f1, float_muladd_negate_c, in HELPER()
/openbmc/u-boot/scripts/
H A DLindent4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
5 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2`
6 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
/openbmc/u-boot/lib/
H A Dmd5.c170 #define F3(x, y, z) (x ^ y ^ z) macro
226 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
227 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
228 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
229 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
230 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
231 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
232 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
233 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
234 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in MD5Transform()
[all …]
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_lsc.S42 wfr f3, a3
50 ssip f3, a2, 8
52 ssi f3, a2, 0
184 movdf f3, 0x40800000, 0
190 sdip f3, a2, 16
H A Dtest_fp1.S43 test_ord \op b1, f2, f3, 0x3f800000, 0x3fc00000, \ab, FSR__ /* ord < ord */
51 test_ord \op b9, f2, f3, 0xffc00001, 0x3f800000, \Na, \qnan_sr /* -QNaN ord */
H A Dtest_fp0_sqrt.S66 test_op1 sqrt_s, f3, f4, F32_1, \
H A Dtest_fp0_div.S62 test_op2 div_s, f3, f4, f5, F32_1, F32_0, \
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-cut-Fix-s-flag-to-omit-blank-lines.patch48 @@ -65,6 +65,15 @@ testing "cut with -d -f( ) -s" "cut -d' ' -f3 -s input && echo yes" "yes\n" "$in
49 testing "cut with -d -f(a) -s" "cut -da -f3 -s input" "n\nsium:Jim\n\ncion:Ed\n" "$input" ""
50 testing "cut with -d -f(a) -s -n" "cut -da -f3 -s -n input" "n\nsium:Jim\n\ncion:Ed\n" "$input" ""
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dserialio.h28 #define SIO_IOBP_PORTCTRL5 0xcb000258 /* SPI0 D21:F3 */
42 #define SIO_IOBP_FUNCDIS3 0xce00aac7 /* SPI0 D21:F3 */
53 #define SIO_ID_SPI0 3 /* D21:F3 */
/openbmc/docs/style/cpp/
H A Dtidy-desired.md21 # [1] https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f3-keep-functions-short-and-simp…
23 # [3] https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f3-keep-functions-short-and-simp…
/openbmc/phosphor-webui/app/common/directives/
H A Dvt100plus.js14 var F3 = 114; variable
38 F3 key | <ESC>3
91 case F3:
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DUTIL.interface.yaml61 - name: F3
64 F3 keyword.
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dpinmux.c257 #define PINALL(pingrp, f0, f1, f2, f3, mux, pupd) \ argument
263 PMUX_FUNC_ ## f3, \
270 #define PIN(pingrp, f0, f1, f2, f3) \ argument
271 PINALL(pingrp, f0, f1, f2, f3, MUXCTL_##pingrp, PUCTL_##pingrp)
274 #define PINP(pingrp, f0, f1, f2, f3, pupd) \ argument
275 PINALL(pingrp, f0, f1, f2, f3, MUXCTL_##pingrp, PUCTL_##pupd)
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh75 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
86 [ADDR]2: eno2 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
132 …expect_err 0 gbmc_ip_monitor_parse_line '[ADDR]2: eno2@extra inet6 fd01:ff2:5687:4:cf03:45f3:983a:…
137 expect_streq "$ip" 'fd01:ff2:5687:4:cf03:45f3:983a:96eb'
/openbmc/smbios-mdr/tools/
H A Dsst-info.sh27 | cut -d' ' -f3-)
36 | cut -d' ' -f3)"
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv230 "ADDSS xmm1, xmm2/m32","ADDSS xmm2/m32, xmm1","addss xmm2/m32, xmm1","F3 0F 58 /r","V","V","SSE",""…
238 "ADOX r32, r/m32","ADOXL r/m32, r32","adoxl r/m32, r32","F3 0F 38 F6 /r","V","V","ADX","operand16,o…
239 "ADOX r64, r/m64","ADOXQ r/m64, r64","adoxq r/m64, r64","F3 REX.W 0F 38 F6 /r","N.S.","V","ADX","",…
298 "BLSI r32V, r/m32","BLSIL r/m32, r32V","blsil r/m32, r32V","VEX.NDD.128.0F38.W0 F3 /3","V","V","BMI…
299 "BLSI r64V, r/m64","BLSIQ r/m64, r64V","blsiq r/m64, r64V","VEX.NDD.128.0F38.W1 F3 /3","N.S.","V","…
300 "BLSMSK r32V, r/m32","BLSMSKL r/m32, r32V","blsmskl r/m32, r32V","VEX.NDD.128.0F38.W0 F3 /2","V","V…
301 "BLSMSK r64V, r/m64","BLSMSKQ r/m64, r64V","blsmskq r/m64, r64V","VEX.NDD.128.0F38.W1 F3 /2","N.S."…
302 "BLSR r32V, r/m32","BLSRL r/m32, r32V","blsrl r/m32, r32V","VEX.NDD.128.0F38.W0 F3 /1","V","V","BMI…
303 "BLSR r64V, r/m64","BLSRQ r/m64, r64V","blsrq r/m64, r64V","VEX.NDD.128.0F38.W1 F3 /1","N.S.","V","…
304 "BNDCL bnd1, r/m32","BNDCL r/m32, bnd1","bndcl r/m32, bnd1","F3 0F 1A /r","V","N.S.","MPX","","r,r"…
[all …]
/openbmc/qemu/target/mips/
H A Dfpu.c21 "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/
H A D0001-Switch-utils-kconfig-diff-to-use-Python-3.patch15 index 0db267d..19189f3 100755
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p1.patch17 index 7605a29..14460f3 100644
/openbmc/qemu/gdb-xml/
H A Ds390-fpr.xml14 <reg name="f3" bitsize="64" type="ieee_double" group="float"/>
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/
H A Dpinmux.c10 #define PIN(pin, f0, f1, f2, f3) \ argument
16 PMUX_FUNC_##f3, \
23 /* pin, f0, f1, f2, f3 */
/openbmc/qemu/include/hw/southbridge/
H A Dich9.h213 /* D31:F3 SMBus controller */
232 /* D31:F3 SMBus I/O and memory mapped I/O registers */
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/gparted/files/
H A D0001-Install-polkit-action-unconditionally-executable-pke.patch32 - PKEXEC_FOUND_VERSION=`echo "$PKEXEC_VERSION_OUTPUT" | head -1 | cut -d' ' -f3`

12345