| /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, \ 68 test_op2 add.s, f15, f0, f1, 0x7f800001, 0x7fbfffff, \ 94 test_op2 add.s, f15, f0, f1, 0x7f800001, 0x7fbfffff, \ 112 test_op2 sub.s, f0, f1, f0, 0x3f800001, 0x33800000, \ 115 test_op2 sub.s, f0, f1, f1, 0x3f800002, 0x33800000, \ 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, \ [all …]
|
| H A D | test_fp1.S | 42 test_ord \op b0, f0, f1, 0x3f800000, 0x3f800000, \aa, FSR__ /* ord == ord */ 50 test_ord \op b8, f0, f1, 0x3f800000, 0x7fc00000, \aN, \qnan_sr /* ord +QNaN */ 101 test_cond moveqz.s, f0, f1, a3, 0, 0x3f800000, 0x3f800000 103 test_cond moveqz.s, f0, f1, a3, 0, 0x3f800000, 0 108 test_cond movnez.s, f0, f1, a3, 0, 0x3f800000, 0 110 test_cond movnez.s, f0, f1, a3, 0, 0x3f800000, 0x3f800000 115 test_cond movltz.s, f0, f1, a3, 0, 0x3f800000, 0x3f800000 117 test_cond movltz.s, f0, f1, a3, 0, 0x3f800000, 0 119 test_cond movltz.s, f0, f1, a3, 0, 0x3f800000, 0 124 test_cond movgez.s, f0, f1, a3, 0, 0x3f800000, 0 [all …]
|
| H A D | test_dfp0_arith.S | 45 test_op2 add.d, f0, f1, f2, F64_PINF, F64_NINF, \ 61 test_op2 add.d, f15, f0, f1, F64_SNAN(1), F64_SNAN(2), \ 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), \ [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 | 13 lsi f1, a2, 4 26 rfr a2, f1 162 ldi f1, a2, 8 170 rfrd a2, f1
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | test_patching.py | 78 f1 = f.find_match(Function, 'function1') 88 assert not f1.contains(st1) 89 assert not f1.contains(st2) 90 assert not f1.contains(st2) 91 assert f1.contains(st3) 92 assert f1.contains(st4) 93 assert not f1.contains(st5) 94 assert not f1.contains(st6) 95 assert not f1.contains(st7)
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 243 | 58 du -b $TEST_IMG | cut -f1 62 [ $(du -B1 $TEST_IMG | cut -f1) -lt 1048576 ] && echo "low" || echo "high" 76 du -b $TEST_IMG | cut -f1 78 du -b $TEST_IMG.data | cut -f1 82 [ $(du -B1 $TEST_IMG | cut -f1) -lt 1048576 ] && echo "low" || echo "high" 84 [ $(du -B1 $TEST_IMG.data | cut -f1) -lt 2097152 ] && echo "low" || echo "high"
|
| H A D | 109 | 82 _make_test_img $(du -b "$TEST_IMG.src" | cut -f1) | _filter_img_create_size 108 _make_test_img $(du -b "$TEST_IMG.src" | cut -f1) | _filter_img_create_size 124 _make_test_img $(du -b "$TEST_IMG.src" | cut -f1) | _filter_img_create_size
|
| H A D | 244 | 115 du -b $TEST_IMG | cut -f1 155 du -b $TEST_IMG | cut -f1 164 du -b $TEST_IMG | cut -f1 195 du -b $TEST_IMG | cut -f1
|
| /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 …]
|
| H A D | insn-data.h.inc | 36 F(0xb31a, ADBR, RRE, Z, f1, f2, new, f1, adb, f64, IF_BFP) 39 F(0xed1a, ADB, RXE, Z, f1, m2_64, new, f1, adb, f64, IF_BFP) 163 F(0xb372, CPSDR, RRF_b, FPSSH, f3, f2, new, f1, cps, 0, IF_AFP1 | IF_AFP2 | IF_AFP3) 174 F(0xb319, CDBR, RRE, Z, f1, f2, 0, 0, cdb, 0, IF_BFP) 177 F(0xed19, CDB, RXE, Z, f1, m2_64, 0, 0, cdb, 0, IF_BFP) 180 F(0xb318, KDBR, RRE, Z, f1, f2, 0, 0, kdb, 0, IF_BFP) 183 F(0xed18, KDB, RXE, Z, f1, m2_64, 0, 0, kdb, 0, IF_BFP) 313 F(0xb395, CDFBR, RRF_e, Z, 0, r2_32s, new, f1, cdgb, 0, IF_BFP) 316 F(0xb3a5, CDGBR, RRF_e, Z, 0, r2_o, new, f1, cdgb, 0, IF_BFP) 327 F(0xb391, CDLFBR, RRF_e, FPE, 0, r2_32u, new, f1, cdlgb, 0, IF_BFP) [all …]
|
| /openbmc/qemu/tests/decode/ |
| H A D | err_field8.decode | 5 &f1 f1 a 7 @fmt ........ ........ ........ .... a:4 &f1 8 insn 00000000 00000000 00000000 0000 .... @fmt f1=%field1
|
| /openbmc/qemu/target/hppa/ |
| H A D | op_helper.c | 372 int f1 = sextract64(r1, i, 16); in HELPER() local 374 int fr = f1 + f2; in HELPER() 388 int f1 = extract64(r1, i, 16); in HELPER() local 390 int fr = f1 + f2; in HELPER() 404 int f1 = extract64(r1, i, 16); in HELPER() local 406 int fr = f1 + f2; in HELPER() 418 int f1 = sextract64(r1, i, 16); in HELPER() local 420 int fr = f1 - f2; in HELPER() 434 int f1 = extract64(r1, i, 16); in HELPER() local 436 int fr = f1 - f2; in HELPER() [all …]
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | uncovered | 24 diff -u <(grep "$path" | grep -v '0%$' | cut -f1 -d: | sort) \ 25 <(find $path | xargs file | grep 'Python script' | cut -f1 -d:| sort) | \
|
| /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/cmd/ |
| H A D | pcmcia.c | 160 { uchar f1 = *(p+2); in print_fixed() local 163 puts ((f1 & CISTPL_IDE_SILICON) ? " [silicon]" : " [rotating]"); in print_fixed() 165 if (f1 & CISTPL_IDE_UNIQUE) in print_fixed() 168 puts ((f1 & CISTPL_IDE_DUAL) ? " [dual]" : " [single]"); in print_fixed()
|
| /openbmc/openbmc/poky/bitbake/lib/bblayers/ |
| H A D | action.py | 168 for f1 in files: 169 f1full = os.sep.join([root, f1]) 173 ext = os.path.splitext(f1)[1] 179 if f1 == 'layer.conf' and root.endswith('/conf'): 236 for f1 in files: 237 ext = os.path.splitext(f1)[1] 239 f1full = os.sep.join([root, f1])
|
| /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/openbmc/poky/meta/classes/ |
| H A D | extrausers.bbclass | 32 setting=`echo $user_group_settings | cut -d ';' -f1` 35 cmd=`echo $setting | cut -d ' ' -f1` 70 setting=`echo $remaining | cut -d ';' -f1`
|
| /openbmc/u-boot/scripts/ |
| H A D | decodecode | 116 faultlinenum=$(( $(wc -l $T.oo | cut -d" " -f1) - \ 117 $(wc -l $T.aa | cut -d" " -f1) + 3))
|
| H A D | Lindent | 4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
|
| /openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/ |
| H A D | pch-standby-check.sh | 12 GPIO_CHIP=$(echo "$GPIO_PIN" | cut -d' ' -f1) # Extract gpiochip
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | pinmux.c | 257 #define PINALL(pingrp, f0, f1, f2, f3, mux, pupd) \ argument 261 PMUX_FUNC_ ## f1, \ 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-facebook/meta-yosemite5/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | gpio_bypass | 12 GPIO_NET=$(echo "$input" | cut -d':' -f1)
|
| /openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/ |
| H A D | run-ptest | 17 …ILED/ s/^/FAIL: / ; /SKIPPED/ s/^/SKIP: / ; /DISABLED/ s/^/SKIP: /' | cut -f1,2 -d ':' | tee -a ${…
|