Home
last modified time | relevance | path

Searched refs:do_cmp (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/regress/usr.sbin/bgpd/unittests/
H A Drde_flowspec_test.c120 do_cmp(const uint8_t *a, int alen, const uint8_t *b, int blen, int is_v6) in do_cmp() function
148 if (do_cmp(cmp1, sizeof(cmp1), cmp2, sizeof(cmp2), 0) != 0) in test_flowspec_cmp()
150 if (do_cmp(cmp3, sizeof(cmp3), cmp1, sizeof(cmp1), 0) != 0) in test_flowspec_cmp()
152 if (do_cmp(cmp4, sizeof(cmp4), cmp5, sizeof(cmp5), 0) != 0) in test_flowspec_cmp()
154 if (do_cmp(cmp6, sizeof(cmp6), cmp5, sizeof(cmp5), 0) != 0) in test_flowspec_cmp()
156 if (do_cmp(cmp6, sizeof(cmp6), cmp4, sizeof(cmp4), 0) != 0) in test_flowspec_cmp()
159 if (do_cmp(cmp41, sizeof(cmp41), cmp42, sizeof(cmp42), 0) != 0) in test_flowspec_cmp()
161 if (do_cmp(cmp41, sizeof(cmp41), cmp43, sizeof(cmp43), 0) != 0) in test_flowspec_cmp()
163 if (do_cmp(cmp41, sizeof(cmp41), cmp44, sizeof(cmp44), 0) != 0) in test_flowspec_cmp()
165 if (do_cmp(cmp42, sizeof(cmp42), cmp43, sizeof(cmp43), 0) != 0) in test_flowspec_cmp()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c827 static void do_cmp PARAMS ((char *));
1171 {"tst", 0xe1100000, 3, ARM_EXT_V1, do_cmp},
1172 {"tsts", 0xe1100000, 3, ARM_EXT_V1, do_cmp},
1173 {"tstp", 0xe110f000, 3, ARM_EXT_V1, do_cmp},
1174 {"teq", 0xe1300000, 3, ARM_EXT_V1, do_cmp},
1175 {"teqs", 0xe1300000, 3, ARM_EXT_V1, do_cmp},
1176 {"teqp", 0xe130f000, 3, ARM_EXT_V1, do_cmp},
1177 {"cmp", 0xe1500000, 3, ARM_EXT_V1, do_cmp},
1178 {"cmps", 0xe1500000, 3, ARM_EXT_V1, do_cmp},
1179 {"cmpp", 0xe150f000, 3, ARM_EXT_V1, do_cmp},
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-0001115 * tc-arm.c (do_arit, do_cmp, do_mov, do_ldst, do_ldstt, do_ldmstm)
161 (do_cmp): No need to fold in COND_BIT.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-0001115 * tc-arm.c (do_arit, do_cmp, do_mov, do_ldst, do_ldstt, do_ldmstm)
161 (do_cmp): No need to fold in COND_BIT.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c4922 do_cmp (void) in do_cmp() function