Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 21 of 21) sorted by relevance

/qemu/target/hexagon/imported/
H A Dfloat.idef153 fHIDE(int adjust;)
157 PeV = adjust;
168 fHIDE(int adjust;)
169 fSF_RECIP_COMMON(RsV,RtV,RdV,adjust);
176 fHIDE(int adjust;)
177 fSF_RECIP_COMMON(RsV,RtV,RdV,adjust);
185 fHIDE(int adjust;)
188 if (fSF_INVSQRT_COMMON(RsV,RdV,adjust)) {
189 PeV = adjust;
200 fHIDE(int adjust;)
[all …]
/qemu/target/hexagon/
H A Darch.h33 int *adjust, float_status *fp_status);
34 int arch_sf_invsqrt_common(float32 *Rs, float32 *Rd, int *adjust,
H A Darch.c238 int arch_sf_recip_common(float32 *Rs, float32 *Rt, float32 *Rd, int *adjust, in arch_sf_recip_common() argument
330 *adjust = PeV; in arch_sf_recip_common()
334 int arch_sf_invsqrt_common(float32 *Rs, float32 *Rd, int *adjust, in arch_sf_invsqrt_common() argument
372 *adjust = PeV; in arch_sf_invsqrt_common()
H A Dop_helper.c321 int adjust; in HELPER() local
327 PeV = adjust; in HELPER()
342 int adjust; in HELPER() local
347 if (arch_sf_invsqrt_common(&RsV, &RdV, &adjust, &env->fp_status)) { in HELPER()
348 PeV = adjust; in HELPER()
1026 int adjust; in HELPER() local
1028 arch_sf_recip_common(&RsV, &RtV, &RdV, &adjust, &env->fp_status); in HELPER()
1037 int adjust; in HELPER() local
1039 arch_sf_recip_common(&RsV, &RtV, &RdV, &adjust, &env->fp_status); in HELPER()
1048 int adjust; in HELPER() local
[all …]
/qemu/target/ppc/
H A Dmem_helper.c391 int adjust = HI_IDX * (n_elems - 1); \
399 r->element[LO_IDX ? index : (adjust - index)] = \
402 r->element[LO_IDX ? index : (adjust - index)] = \
418 int adjust = HI_IDX * (n_elems - 1); \ in LVE()
427 (adjust - index)]), \ in LVE()
431 (adjust - index)], GETPC()); \ in LVE()
/qemu/docs/
H A Dcolo-proxy.txt49 …r | | filter +------> colo <------+ +--------> filter +--> adjust | adjust +--> f…
81 If receive packet is TCP packet,we will adjust ack
110 If the packet is TCP packet,we will adjust seq
H A DCOLO-FT.txt66 | | | || (compare packet || | |(adjust sequence | | | | |
/qemu/docs/system/arm/
H A Dsabrelite.rst76 Note we need to adjust settings by:
106 root file system with one single partition. You may adjust the kernel "root="
/qemu/libdecnumber/
H A DdecNumber.c4019 Int adjust; /* work */ in decAddOp() local
4039 if (adjust<0) { /* 0-padding needed */ in decAddOp()
4040 if ((res->digits-adjust)>set->digits) { in decAddOp()
4045 res->exponent+=adjust; /* set the exponent. */ in decAddOp()
4055 Int adjust; /* work */ in decAddOp() local
4066 if (adjust<0) { /* 0-padding needed */ in decAddOp()
4067 if ((res->digits-adjust)>set->digits) { in decAddOp()
4072 res->exponent+=adjust; /* set the exponent. */ in decAddOp()
6058 if ((lhs->digits-adjust)>reqdigits) {
6096 if (adjust<0) {
[all …]
/qemu/system/
H A Dtrace-events38 …t pct, int64_t time_us) "CPU[%d] throttle percent: %" PRIu64 ", throttle adjust time %"PRIi64 " us"
/qemu/docs/devel/
H A Dtcg-icount.rst54 While we can adjust the instruction budget for known events like timer
/qemu/block/
H A Dvvfat.c2217 int offset, int adjust) in adjust_mapping_indices() argument
2226 mapping->name += adjust in adjust_mapping_indices()
2299 static void adjust_dirindices(BDRVVVFATState* s, int offset, int adjust) in adjust_dirindices() argument
2305 mapping->dir_index += adjust; in adjust_dirindices()
2308 mapping->info.dir.first_dir_index += adjust; in adjust_dirindices()
/qemu/docs/interop/
H A Dbarrier.rst111 screen. the secondary screen should adjust its toggle
H A Dlive-block-operations.rst416 second phase, adjust the said backing file as the current active image
544 ``BLOCK_JOB_COMPLETED``) will adjust the guest device (i.e. live
/qemu/include/hw/
H A Delf_ops.h.inc524 * we need to adjust the entry */
/qemu/target/i386/tcg/
H A Demit.c.inc3064 int16_t adjust = decode->e.op2 == X86_TYPE_I ? decode->immediate : 0;
3067 gen_stack_update(s, adjust + (1 << ot));
3075 int16_t adjust = decode->e.op2 == X86_TYPE_I ? decode->immediate : 0;
3089 gen_stack_update(s, adjust + (2 << s->dflag));
3094 tcg_constant_i32(adjust));
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc885 * Otherwise adjust BH as if there is carry into T2.
/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc1082 /* adjust stack pointer */
1105 /* adjust stack pointer */
/qemu/docs/about/
H A Dremoved-features.rst1097 ``qemu-img amend`` to adjust backing file (removed in 6.1)
/qemu/tcg/riscv/
H A Dtcg-target.c.inc1112 * The requested zero result does not match the insn, so adjust.
/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc3189 /* adjust the index according to the endian */