Home
last modified time | relevance | path

Searched full:compare (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/qemu/target/hexagon/imported/
H A Dcompare.idef19 * Compare Instructions
25 /* Scalar compare instructions */
29 "Compare for Equal",
33 "Compare for signed Greater Than",
37 "Compare for Greater Than Unsigned",
41 "Compare for Equal",
45 "Compare for signed Greater Than",
49 "Compare for Greater Than Unsigned",
56 /* Compare and put result in GPR */
61 "Compare for Equal",
[all …]
H A Dbranch.idef71 /* Compound Compare-Jumps */
100 /* V4 Compound Compare-Jumps */
104 /* V4 compound compare jumps (CJ) */
106 …; if (p0.new) jump:nt #r9:2", ATTRIBS(A_CJNEWDIR,A_NEWCMPJUMP),"compound compare-jump", {fPART1(fW…
107 … if (!p0.new) jump:nt #r9:2", ATTRIBS(A_CJNEWDIR,A_NEWCMPJUMP),"compound compare-jump",{fPART1(fWR…
108 …"; if (p0.new) jump:t #r9:2", ATTRIBS(A_CJNEWDIR,A_NEWCMPJUMP),"compound compare-jump", {fPART1(f…
109 …; if (!p0.new) jump:t #r9:2", ATTRIBS(A_CJNEWDIR,A_NEWCMPJUMP),"compound compare-jump", {fPART1(fW…
110 …; if (p1.new) jump:nt #r9:2", ATTRIBS(A_CJNEWDIR,A_NEWCMPJUMP),"compound compare-jump", {fPART1(fW…
111 … if (!p1.new) jump:nt #r9:2", ATTRIBS(A_CJNEWDIR,A_NEWCMPJUMP),"compound compare-jump",{fPART1(fWR…
112 …"; if (p1.new) jump:t #r9:2", ATTRIBS(A_CJNEWDIR,A_NEWCMPJUMP),"compound compare-jump", {fPART1(f…
[all …]
/qemu/tests/qemu-iotests/
H A D159.out12 == Compare the images with qemu-img compare ==
24 == Compare the images with qemu-img compare ==
36 == Compare the images with qemu-img compare ==
48 == Compare the images with qemu-img compare ==
60 == Compare the images with qemu-img compare ==
72 == Compare the images with qemu-img compare ==
84 == Compare the images with qemu-img compare ==
H A D160.out12 == Compare the images with qemu-img compare ==
24 == Compare the images with qemu-img compare ==
36 == Compare the images with qemu-img compare ==
48 == Compare the images with qemu-img compare ==
H A D0484 ## qemu-img compare test
41 $QEMU_IMG compare $QEMU_IMG_EXTRA_ARGS "$@" "$TEST_IMG" "${TEST_IMG2}"
69 # Compare identical images
74 # Compare images with different size
86 # Compare images with different content
H A D099.out3 Formatting 'TEST_DIR/t.IMGFMT.compare', fmt=raw size=131072
7 blkverify:TEST_DIR/t.IMGFMT.compare:TEST_DIR/t.IMGFMT
11 blkverify:TEST_DIR/t.IMGFMT.compare:TEST_DIR/t.IMGFMT
19 …ate"}}, "driver": "blkverify", "raw": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT.compare"}}}
H A D09934 _rm_test_img "$TEST_IMG.compare"
82 $QEMU_IMG create -f raw "$TEST_IMG.compare" $IMG_SIZE \
90 test_qemu "file=blkverify:$TEST_IMG.compare:$TEST_IMG"
97 test_qemu "file.driver=blkverify,file.raw.filename=$TEST_IMG.compare,file.test.file.filename=$TEST_…
113 test_qemu "file.driver=blkverify,file.raw.filename=$TEST_IMG.compare,file.test.file.driver=blkdebug…
H A D17060 echo "== Compare the images with qemu-img compare =="
62 $QEMU_IMG compare "$TEST_IMG" "$TEST_IMG.out"
H A D15962 echo "== Compare the images with qemu-img compare =="
64 $QEMU_IMG compare "$TEST_IMG" "$TEST_IMG.out"
H A D10993 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src"
115 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src"
127 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src"
130 $QEMU_IMG compare -f raw -F raw "$TEST_IMG" "$TEST_IMG.src"
H A D16065 echo "== Compare the images with qemu-img compare =="
67 $QEMU_IMG compare "$TEST_IMG.out.dd" "$TEST_IMG.out"
/qemu/tests/fp/
H A Dfp-test-log2.c25 static void compare(ufloat64 test, ufloat64 real, ufloat64 soft, bool exact) in compare() function
80 compare(test, real, soft, true); in main()
85 compare(test, real, soft, true); in main()
90 compare(test, real, soft, true); in main()
95 compare(test, real, soft, true); in main()
100 compare(test, real, soft, true); in main()
105 compare(test, real, soft, true); in main()
111 compare(test, real, soft, false); in main()
116 compare(test, real, soft, false); in main()
H A Dmeson.build101 'eq_signaling' : 'compare',
102 'le' : 'compare',
103 'le_quiet' : 'compare',
104 'lt_quiet' : 'compare',
/qemu/hw/timer/
H A Dimx_epit.c165 * The compare timer only has to run if the timer peripheral is active in imx_epit_update_compare_timer()
171 * Calculate next timeout for compare timer. Reading the reload in imx_epit_update_compare_timer()
178 * The compare timer is a periodic timer if the limit is at least in imx_epit_update_compare_timer()
179 * the compare value. Otherwise it may fire at most once in the in imx_epit_update_compare_timer()
184 /* The compare timer fires in the current round. */ in imx_epit_update_compare_timer()
188 * The compare timer fires after a reload, as it is below the in imx_epit_update_compare_timer()
189 * compare value already in this round. Note that the counter in imx_epit_update_compare_timer()
191 * is legal here because the compare timer is an internal in imx_epit_update_compare_timer()
197 * The compare timer won't fire in this round, and the limit is in imx_epit_update_compare_timer()
198 * set to a value below the compare value. This practically means in imx_epit_update_compare_timer()
[all …]
H A Da9gtimer.c94 /* R2p0+, where the compare function is >= */ in a9_gtimer_update()
95 if (gtb->compare < update.new) { in a9_gtimer_update()
96 DB_PRINT("Compare event happened for CPU %d\n", i); in a9_gtimer_update()
100 QEMU_ALIGN_UP(update.new - gtb->compare, gtb->inc); in a9_gtimer_update()
101 DB_PRINT("Auto incrementing timer compare by %" in a9_gtimer_update()
103 gtb->compare += inc; in a9_gtimer_update()
106 cdiff = (int64_t)gtb->compare - (int64_t)update.new + 1; in a9_gtimer_update()
166 ret = extract64(gtb->compare, shift, 32); in a9_gtimer_read()
220 gtb->compare = deposit64(gtb->compare, shift, 32, value); in a9_gtimer_write()
292 gtb->compare = 0; in a9_gtimer_reset()
[all …]
H A Dbcm2835_systmr.c12 * The 4 COMPARE registers and the interruption are not implemented.
51 r = s->reg.compare[(offset - A_COMPARE0) >> 2]; in bcm2835_systmr_read()
92 s->reg.compare[index] = value; in bcm2835_systmr_write()
94 /* Compare lower 32-bits of the free-running counter. */ in bcm2835_systmr_write()
151 VMSTATE_UINT32_ARRAY(reg.compare, BCM2835SystemTimerState,
/qemu/target/s390x/
H A Dcpu_features_def.h.inc53 DEF_FEAT(COMPARE_AND_SWAP_AND_STORE, "csst", STFL, 32, "Compare-and-swap-and-store facility")
54 DEF_FEAT(COMPARE_AND_SWAP_AND_STORE_2, "csst2", STFL, 33, "Compare-and-swap-and-store facility 2")
160 DEF_FEAT(PLO_CL, "plo-cl", PLO, 0, "PLO Compare and load (32 bit in general registers)")
161 DEF_FEAT(PLO_CLG, "plo-clg", PLO, 1, "PLO Compare and load (64 bit in parameter list)")
162 DEF_FEAT(PLO_CLGR, "plo-clgr", PLO, 2, "PLO Compare and load (64 bit in general registers)")
163 DEF_FEAT(PLO_CLX, "plo-clx", PLO, 3, "PLO Compare and load (128 bit in parameter list)")
164 DEF_FEAT(PLO_CS, "plo-cs", PLO, 4, "PLO Compare and swap (32 bit in general registers)")
165 DEF_FEAT(PLO_CSG, "plo-csg", PLO, 5, "PLO Compare and swap (64 bit in parameter list)")
166 DEF_FEAT(PLO_CSGR, "plo-csgr", PLO, 6, "PLO Compare and swap (64 bit in general registers)")
167 DEF_FEAT(PLO_CSX, "plo-csx", PLO, 7, "PLO Compare and swap (128 bit in parameter list)")
[all …]
/qemu/net/
H A Dcolo-compare.c29 #include "net/colo-compare.h"
36 #define TYPE_COLO_COMPARE "colo-compare"
383 /* primary packet is longer than secondary packet, compare in colo_mark_tcp_pkt()
494 qemu_hexdump(stderr, "colo-compare ppkt", ppkt->data, ppkt->size); in colo_compare_tcp()
495 qemu_hexdump(stderr, "colo-compare spkt", spkt->data, spkt->size); in colo_compare_tcp()
504 * Called from the compare thread on the primary
505 * for compare udp packet
512 trace_colo_compare_main("compare udp"); in colo_packet_compare_udp()
521 * other field like TOS,TTL,IP Checksum. we only need to compare in colo_packet_compare_udp()
533 qemu_hexdump(stderr, "colo-compare pri pkt", ppkt->data, ppkt->size); in colo_packet_compare_udp()
[all …]
/qemu/docs/
H A Dcolo-proxy.txt14 to compare the network package to help COLO decide
18 The filter-redirector, filter-mirror, colo-compare
24 (except colo-compare). It keep Secondary VM connect normally to
25 client and compare packets sent by PVM with sent by SVM.
50 | | | mirror | |redirector| |redirector| | | compare | | | | | | redirector | | ack …
93 Redirect Server Filter --> COLO-Compare
94 COLO-compare receive primary guest packet then
95 waiting secondary redirect packet to compare it.
100 COLO-Compare --> Another Redirector Filter
101 The redirector get packet from colo-compare by use
[all …]
/qemu/include/hw/timer/
H A Dimx_gpt.h61 #define GPT_CR_OM1 (7 << 20) /* Output Compare Channel 1 Mode (3 bits) */
62 #define GPT_CR_OM2 (7 << 23) /* Output Compare Channel 2 Mode (3 bits) */
63 #define GPT_CR_OM3 (7 << 26) /* Output Compare Channel 3 Mode (3 bits) */
64 #define GPT_CR_FO1 (1 << 29) /* Force Output Compare Channel 1 */
65 #define GPT_CR_FO2 (1 << 30) /* Force Output Compare Channel 2 */
66 #define GPT_CR_FO3 (1 << 31) /* Force Output Compare Channel 3 */
/qemu/bsd-user/x86_64/
H A Dsignal.c23 * Compare to amd64/amd64/machdep.c sendsig()
35 * Compare to amd64/amd64/exec_machdep.c sendsig()
47 /* Compare to amd64/amd64/machdep.c get_mcontext() */
55 /* Compare to amd64/amd64/machdep.c set_mcontext() */
/qemu/bsd-user/i386/
H A Dsignal.c24 * Compare to i386/i386/machdep.c sendsig()
37 * Compare to i386/i386/exec_machdep.c sendsig()
49 /* Compare to i386/i386/machdep.c get_mcontext() */
56 /* Compare to i386/i386/machdep.c set_mcontext() */
/qemu/bsd-user/aarch64/
H A Dsignal.c24 * Compare to sendsig() in sys/arm64/arm64/exec_machdep.c
56 * Compare to get_mcontext() in arm64/arm64/machdep.c
86 * Compare to arm64/arm64/exec_machdep.c sendsig()
99 * Compare to set_mcontext() in arm64/arm64/machdep.c
121 /* Compare to sys_sigreturn() in arm64/arm64/machdep.c */
/qemu/scripts/
H A Dcompare-machine-types.py3 # Script to compare machine type compatible properties (include/hw/boards.h).
7 # to compare and to find places for improvements or places with bugs. If
240 to compare different binaries"""
270 script_desc = """Script to compare machine types (their compat_props).
273 * save info about all machines: ./scripts/compare-machine-types.py --all \
275 * compare machines: ./scripts/compare-machine-types.py --mt pc-q35-2.12 \
277 * compare binaries and machines: ./scripts/compare-machine-types.py \
298 x86_64-cpu) this script will compare all implementations of this class.
343 """Function to compare and sort machine by names.
422 """transforms values to make it easier to compare it and drops rows
[all …]
/qemu/target/mips/tcg/
H A Dtx79_translate.c224 * Compare (6 instructions)
226 * PCGTB rd, rs, rt Parallel Compare for Greater Than Byte
227 * PCEQB rd, rs, rt Parallel Compare for Equal Byte
228 * PCGTH rd, rs, rt Parallel Compare for Greater Than Halfword
229 * PCEQH rd, rs, rt Parallel Compare for Equal Halfword
230 * PCGTW rd, rs, rt Parallel Compare for Greater Than Word
231 * PCEQW rd, rs, rt Parallel Compare for Equal Word
273 /* Parallel Compare for Greater Than Byte */
279 /* Parallel Compare for Equal Byte */
285 /* Parallel Compare for Greater Than Halfword */
[all …]

12345678910>>...14