Lines Matching +full:- +full:eq

2  *  Copyright(c) 2019-2023 Qualcomm Innovation Center, Inc. All Rights Reserved.
81 asm volatile("p0 = cmp.eq(%0, #1)\n\t" in S4_storeirbt_io()
89 asm volatile("p0 = cmp.eq(%0, #1)\n\t" in S4_storeirbf_io()
98 " p0 = cmp.eq(%0, #1)\n\t" in S4_storeirbtnew_io()
108 " p0 = cmp.eq(%0, #1)\n\t" in S4_storeirbfnew_io()
117 asm volatile("p0 = cmp.eq(%0, #1)\n\t" in S4_storeirht_io()
125 asm volatile("p0 = cmp.eq(%0, #1)\n\t" in S4_storeirhf_io()
134 " p0 = cmp.eq(%0, #1)\n\t" in S4_storeirhtnew_io()
144 " p0 = cmp.eq(%0, #1)\n\t" in S4_storeirhfnew_io()
153 asm volatile("p0 = cmp.eq(%0, #1)\n\t" in S4_storeirit_io()
161 asm volatile("p0 = cmp.eq(%0, #1)\n\t" in S4_storeirif_io()
170 " p0 = cmp.eq(%0, #1)\n\t" in S4_storeiritnew_io()
180 " p0 = cmp.eq(%0, #1)\n\t" in S4_storeirifnew_io()
192 " p0 = cmp.eq(%2, #1)\n\t" in L2_ploadrifnew_pi()
201 * Test that compound-compare-jump is executed in 2 parts
203 * account for auto-anding. Then, we can do the predicated
212 " p0 = cmp.eq(r5, #7)\n\t" in cmpnd_cmp_jump()
214 " p0 = cmp.eq(r6, #7)\n\t" in cmpnd_cmp_jump()
230 "p0 = cmp.eq(%1, #1)\n\t" in test_clrtnew()
255 " p0 = cmp.eq(r0, #1)\n\t"
285 /* Check that predicates are auto-and'ed in a packet */
291 " p0 = cmp.eq(r1, #1)\n\t" in auto_and()
292 " p0 = cmp.eq(r1, #2)\n\t" in auto_and()
383 check32(dpmpyss_rnd_s0(-1, 0x80000000), 1); in test_dpmpyss_rnd_s0()
387 check32(dpmpyss_rnd_s0(0x80000000, -1), 1); in test_dpmpyss_rnd_s0()
388 check32(dpmpyss_rnd_s0(-1, -1), 0); in test_dpmpyss_rnd_s0()
389 check32(dpmpyss_rnd_s0(0, -1), 0); in test_dpmpyss_rnd_s0()
390 check32(dpmpyss_rnd_s0(1, -1), 0); in test_dpmpyss_rnd_s0()
391 check32(dpmpyss_rnd_s0(0x7fffffff, -1), 0); in test_dpmpyss_rnd_s0()
393 check32(dpmpyss_rnd_s0(-1, 0), 0); in test_dpmpyss_rnd_s0()
396 check32(dpmpyss_rnd_s0(-1, -1), 0); in test_dpmpyss_rnd_s0()
397 check32(dpmpyss_rnd_s0(0, -1), 0); in test_dpmpyss_rnd_s0()
398 check32(dpmpyss_rnd_s0(1, -1), 0); in test_dpmpyss_rnd_s0()
401 check32(dpmpyss_rnd_s0(-1, 0x7fffffff), 0); in test_dpmpyss_rnd_s0()