| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | test_fp0_arith.S | 31 test_op2 add.s, f0, f1, f2, 0x3fc00000, 0x34400000, \ 51 test_op2 add.s, f0, f1, f2, 0x7f800000, 0xff800000, \ 71 test_op2 add.s, f2, f3, f4, 0x7fbfffff, 0x7f800001, \ 97 test_op2 add.s, f2, f3, f4, 0x7fbfffff, 0x7f800001, \ 126 test_op2 mul.s, f0, f1, f2, 0x3f800001, 0x3f800001, \ 144 test_op3 madd.s, f0, f1, f2, f0, 0, 0x3f800001, 0x3f800001, \ 150 test_op3 madd.s, f0, f1, f2, f0, 0xbf800002, 0x3f800001, 0x3f800001, \ 158 test_op3 madd.s, f0, f1, f2, f0, F32_QNAN(1), F32_1, F32_1, \ 161 test_op3 madd.s, f0, f1, f2, f0, F32_1, F32_QNAN(2), F32_1, \ 164 test_op3 madd.s, f0, f1, f2, f0, F32_1, F32_1, F32_QNAN(3), \ [all …]
|
| H A D | test_dfp0_arith.S | 45 test_op2 add.d, f0, f1, f2, F64_PINF, F64_NINF, \ 82 test_op2 mul.d, f0, f1, f2, F64_1 | 1, F64_1 | 1, \ 100 test_op3 madd.d, f0, f1, f2, f0, F64_0, F64_1 | 1, F64_1 | 1, \ 106 test_op3 madd.d, f0, f1, f2, f0, \ 114 test_op3 madd.d, f0, f1, f2, f0, F64_QNAN(1), F64_1, F64_1, \ 117 test_op3 madd.d, f0, f1, f2, f0, F64_1, F64_QNAN(2), F64_1, \ 120 test_op3 madd.d, f0, f1, f2, f0, F64_1, F64_1, F64_QNAN(3), \ 124 test_op3 madd.d, f0, f1, f2, f0, F64_QNAN(1), F64_QNAN(2), F64_1, \ 127 test_op3 madd.d, f0, f1, f2, f0, F64_QNAN(1), F64_1, F64_QNAN(3), \ 130 test_op3 madd.d, f0, f1, f2, f0, F64_1, F64_QNAN(2), F64_QNAN(3), \ [all …]
|
| H A D | test_fp0_div.S | 59 test_op2 div_s, f0, f1, f2, 0x40000000, 0x40400000, \ 70 test_op2 div_s, f0, f1, f2, F32_MAX, F32_0_5, \ 75 test_op2 div_s, f0, f1, f2, F32_0_5, F32_MAX, \
|
| H A D | test_lsc.S | 15 lsi f2, a2, 8 19 lsiu f2, a2, 8 29 rfr a2, f2 163 ldi f2, a2, 16 173 rfrd a2, f2
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | test_patching.py | 79 f2 = f.find_match(Function, 'function2') 97 assert not f2.contains(st1) 98 assert not f2.contains(st2) 99 assert not f2.contains(st2) 100 assert not f2.contains(st3) 101 assert not f2.contains(st4) 102 assert f2.contains(st5) 103 assert f2.contains(st6) 104 assert not f2.contains(st7)
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | fpu_helper.c | 218 uint64_t HELPER(aeb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER() 220 float32 ret = float32_add(f1, f2, &env->fpu_status); in HELPER() 226 uint64_t HELPER(adb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER() 228 float64 ret = float64_add(f1, f2, &env->fpu_status); in HELPER() 242 uint64_t HELPER(seb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER() 244 float32 ret = float32_sub(f1, f2, &env->fpu_status); in HELPER() 250 uint64_t HELPER(sdb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER() 252 float64 ret = float64_sub(f1, f2, &env->fpu_status); in HELPER() 266 uint64_t HELPER(deb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER() 268 float32 ret = float32_div(f1, f2, &env->fpu_status); in HELPER() [all …]
|
| /openbmc/u-boot/cmd/ |
| H A D | pcmcia.c | 161 uchar f2 = *(p+4); in print_fixed() local 170 if (f2 & CISTPL_IDE_HAS_SLEEP) in print_fixed() 173 if (f2 & CISTPL_IDE_HAS_STANDBY) in print_fixed() 176 if (f2 & CISTPL_IDE_HAS_IDLE) in print_fixed() 179 if (f2 & CISTPL_IDE_LOW_POWER) in print_fixed() 182 if (f2 & CISTPL_IDE_REG_INHIBIT) in print_fixed() 185 if (f2 & CISTPL_IDE_HAS_INDEX) in print_fixed() 188 if (f2 & CISTPL_IDE_IOIS16) in print_fixed()
|
| /openbmc/qemu/target/hppa/ |
| H A D | op_helper.c | 373 int f2 = sextract64(r2, i, 16); in HELPER() local 374 int fr = f1 + f2; in HELPER() 389 int f2 = sextract64(r2, i, 16); in HELPER() local 390 int fr = f1 + f2; in HELPER() 405 int f2 = extract64(r2, i, 16); in HELPER() local 406 int fr = f1 + f2; in HELPER() 419 int f2 = sextract64(r2, i, 16); in HELPER() local 420 int fr = f1 - f2; in HELPER() 435 int f2 = sextract64(r2, i, 16); in HELPER() local 436 int fr = f1 - f2; in HELPER() [all …]
|
| /openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/ |
| H A D | deassert-leak-handler | 5 LeakType=$(echo "$DetectorName" | cut -d'_' -f2) 65 | cut -d' ' -f2 | cut -d'.' -f6-7 | tr -d '"') 70 | cut -d' ' -f2 | cut -d'.' -f6-7 | tr -d '"')
|
| H A D | warning-leak-handler | 23 LeakType=$(echo "$DetectorName" | cut -d'_' -f2)
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | cpu.h | 168 uint32_t f1, f2; in flag_is_changeable_p() local 181 : "=&r" (f1), "=&r" (f2) in flag_is_changeable_p() 183 return ((f1^f2) & flag) != 0; in flag_is_changeable_p()
|
| /openbmc/u-boot/drivers/pinctrl/mscc/ |
| H A D | mscc-common.h | 35 #define MSCC_P(p, f0, f1, f2) \ argument 39 FUNC_GPIO, FUNC_##f0, FUNC_##f1, FUNC_##f2, \
|
| /openbmc/phosphor-state-manager/scripts/ |
| H A D | host-reboot | 16 | cut -d ' ' -f2 24 | cut -d '"' -f2
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | extrausers.bbclass | 33 remaining=`echo $user_group_settings | cut -d ';' -f2-` 36 opts=`echo $setting | cut -d ' ' -f2-` 71 remaining=`echo $remaining | cut -d ';' -f2-`
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | cpan.bbclass | 40 f2=`echo $f | sed -e 's/.PL//'` 41 test -f $f2 || continue 45 $f2
|
| /openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/ |
| H A D | mctp_setup.sh | 62 … i2c_num=$(echo "$hub_devices" | grep "$hub_id$port" | awk '{print $1}' | cut -d'-' -f2) 81 … i2c_num=$(echo "$hub_devices" | grep "$hub_id$port" | awk '{print $1}' | cut -d'-' -f2)
|
| /openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/ |
| H A D | minerva-fan-status-monitor | 54 …ch_alarm=$(busctl get-property "$service" "$object_path" "$interface" "$property" | cut -d ' ' -f2) 112 FAN_FAIL_REASON=$(echo "$result" | cut -d '|' -f2)
|
| /openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/ |
| H A D | pch-standby-check.sh | 13 GPIO_LINE=$(echo "$GPIO_PIN" | cut -d' ' -f2) # Extract line offset
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | pinmux.c | 257 #define PINALL(pingrp, f0, f1, f2, f3, mux, pupd) \ argument 262 PMUX_FUNC_ ## f2, \ 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/u-boot/scripts/ |
| H A D | Lindent | 5 V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2`
|
| H A D | coccicheck | 179 OPT=`grep "Option" $COCCI | cut -d':' -f2` 180 REQ=`grep "Requires" $COCCI | cut -d':' -f2 | sed "s| ||"`
|
| /openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/host/ampere-mctp-i2c-binding/ |
| H A D | ampere_mctp_i2c_binding.sh | 19 service=$(echo "$objects" | cut -d" " -f3 | cut -d"\"" -f2) 23 xyz.openbmc_project.Inventory.Item Present | cut -d" " -f2)
|
| /openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | gpio_bypass | 13 Event=$(echo "$input" | cut -d':' -f2)
|
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | nfsrootfs | 26 server_ip=$(echo "$bootparam_ip" | cut -d: -f2)
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | bitbake-prserv-tool | 19 s=`bitbake -e | grep ^CACHE= | cut -f2 -d\"`
|