Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/qemu/target/hexagon/
H A Dfma_emu.c105 uint8_t sign; member
271 static float64 infinite_float64(uint8_t sign) in infinite_float64()
281 static float64 maxfinite_float64(uint8_t sign) in maxfinite_float64()
291 static float64 zero_float64(uint8_t sign) in zero_float64()
301 float32 infinite_float32(uint8_t sign) in infinite_float32()
H A Dgenptr.c278 TCGv gen_get_byte(TCGv result, int N, TCGv src, bool sign) in gen_get_byte()
288 TCGv gen_get_byte_i64(TCGv result, int N, TCGv_i64 src, bool sign) in gen_get_byte_i64()
301 TCGv gen_get_half(TCGv result, int N, TCGv src, bool sign) in gen_get_half()
/openbmc/qemu/target/s390x/tcg/
H A Dint_helper.c104 int digit, sign; in HELPER() local
137 int digit, i, sign; in HELPER() local
H A Dcc_helper.c273 uint64_t sign = 1ULL << 63; in cc_calc_sla() local
/openbmc/u-boot/arch/x86/include/asm/arch-queensbay/fsp/
H A Dfsp_vpd.h13 u64 sign; /* Offset 0x0000 */ member
39 u64 sign; /* Offset 0x0000 */ member
/openbmc/qemu/crypto/
H A Dakcipherpriv.h46 int (*sign)(QCryptoAkCipher *akcipher, member
/openbmc/u-boot/cmd/x86/
H A Dfsp.c31 char *sign = (char *)&hdr->sign; in do_hdr() local
/openbmc/u-boot/include/
H A Dvxworks.h40 u32 sign; /* "SMAP" signature */ member
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c355 #define CONV_ITOF(name, ftype, fsz, sign) \ in DO_VFP_cmp() argument
361 #define CONV_FTOI(name, ftype, fsz, sign, round) \ argument
371 #define FLOAT_CONVS(name, p, ftype, fsz, sign) \ argument
1268 uint32_t sign = extract32(f, 31, 1); in frint_s() local
1316 uint64_t sign = extract64(f, 63, 1); in frint_d() local
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_infoheader.h13 u32 sign; /* 'FSPH' */ member
H A Dfsp_fv.h90 u32 sign; member
/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-fcvtmod.c312 uint32_t sign = (t->inp_lu >> 63); in run_fcvtmod_tests() local
/openbmc/qemu/target/sparc/
H A Dldst_helper.c587 int sign = memop & MO_SIGN; in helper_ld_asi() local
1208 int sign = memop & MO_SIGN; in helper_ld_asi() local
1328 int sign = memop & MO_SIGN; in helper_ld_asi() local
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c589 static void make_quotient(CPUM68KState *env, int sign, uint32_t quotient) in make_quotient()
598 int sign = extractFloatx80Sign(val1->d) ^ extractFloatx80Sign(val0->d); in HELPER() local
620 int sign; in HELPER() local
H A Dtranslate.c304 int sign, int index) in gen_load()
518 static inline void gen_ext(TCGv res, TCGv val, int opsize, int sign) in gen_ext()
606 static inline TCGv gen_extend(DisasContext *s, TCGv val, int opsize, int sign) in gen_extend()
1508 int sign; in DISAS_INSN() local
1525 int sign; in DISAS_INSN() local
1551 int sign; in DISAS_INSN() local
2753 int sign; in DISAS_INSN() local
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h309 static inline float16 float16_set_sign(float16 a, int sign) in float16_set_sign()
503 static inline bfloat16 bfloat16_set_sign(bfloat16 a, int sign) in bfloat16_set_sign()
680 static inline float32 float32_set_sign(float32 a, int sign) in float32_set_sign()
876 static inline float64 float64_set_sign(float64 a, int sign) in float64_set_sign()
/openbmc/qemu/disas/
H A Dhppa.c235 int sign; in low_sign_unext() local
2726 int sign = GET_FIELD (insn, 31, 31); in print_insn_hppa() local
2742 int sign = GET_FIELD (insn, 31, 31); in print_insn_hppa() local
/openbmc/bmcweb/test/http/
H A Dmutual_tls.cpp58 void sign() in sign() function in __anon1670364a0111::OSSLX509
/openbmc/qemu/target/riscv/
H A Dvector_helper.c3800 uint64_t sign = extract64(f, frac_size + exp_size, 1); local
3850 bool sign = float16_is_neg(f); in frsqrt7_h() local
3890 bool sign = float32_is_neg(f); in frsqrt7_s() local
3930 bool sign = float64_is_neg(f); in frsqrt7_d() local
3983 uint64_t sign = extract64(f, frac_size + exp_size, 1); in RVVCALL() local
4065 bool sign = float16_is_neg(f); in frec7_h() local
4097 bool sign = float32_is_neg(f); in frec7_s() local
4129 bool sign = float64_is_neg(f); in frec7_d() local
4451 bool sign = float16_is_neg(f); in GEN_VEXT_CMP_VF() local
4470 bool sign = float32_is_neg(f); in fclass_s() local
[all …]
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c354 bool sign = float32_is_neg(f); in helper_fclass_s() local
372 bool sign = float64_is_neg(f); in helper_fclass_d() local
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/fsp/
H A Dfsp_vpd.h85 uint64_t sign; /* Offset 0x0000 */ member
/openbmc/qemu/scripts/
H A Ddecodetree.py275 def __init__(self, sign, pos, len): argument
418 def __init__(self, name, sign, len): argument
/openbmc/qemu/target/alpha/
H A Dfpu_helper.c165 uint32_t sign = fi >> 31; in float32_to_s_int() local
/openbmc/qemu/tests/tcg/hexagon/
H A Dload_unpack.c46 int sign = i % 2 == 0 ? 0x80 : 0; in init_buf() local
/openbmc/u-boot/lib/
H A Dvsprintf.c165 char sign; in number() local

12