Searched refs:bnz (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h161 bool bnz);
167 bool Emulate_MSA_Branch_V(llvm::MCInst &insn, bool bnz);
H A DEmulateInstructionMIPS64.cpp2189 bool bnz) {
2211 if ((*ptr == 0 && bnz) || (*ptr != 0 && !bnz))
2215 if ((*(const uint16_t *)ptr == 0 && bnz) ||
2216 (*(const uint16_t *)ptr != 0 && !bnz))
2220 if ((*(const uint32_t *)ptr == 0 && bnz) ||
2221 (*(const uint32_t *)ptr != 0 && !bnz))
2225 if ((*(const uint64_t *)ptr == 0 && bnz) ||
2226 (*(const uint64_t *)ptr != 0 && !bnz))
2256 bool bnz) {
2187 Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size, bool bnz) argument
2255 Emulate_MSA_Branch_V(llvm::MCInst &insn, bool bnz) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h186 bool bnz);
192 bool Emulate_MSA_Branch_V(llvm::MCInst &insn, bool bnz);
H A DEmulateInstructionMIPS.cpp2876 bool bnz) {
2898 if ((*ptr == 0 && bnz) || (*ptr != 0 && !bnz))
2902 if ((*(const uint16_t *)ptr == 0 && bnz) ||
2903 (*(const uint16_t *)ptr != 0 && !bnz))
2907 if ((*(const uint32_t *)ptr == 0 && bnz) ||
2908 (*(const uint32_t *)ptr != 0 && !bnz))
2912 if ((*(const uint64_t *)ptr == 0 && bnz) ||
2913 (*(const uint64_t *)ptr != 0 && !bnz))
2943 bool bnz) {
2874 Emulate_MSA_Branch_DF(llvm::MCInst &insn, int element_byte_size, bool bnz) argument
2942 Emulate_MSA_Branch_V(llvm::MCInst &insn, bool bnz) argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/
H A Dsparccpuid.S382 bnz .Little
410 .word 0x126ffffd !bnz %xcc,.v9aligned
412 .word 0x124ffffd !bnz %icc,.v9aligned
434 bnz .v8aligned
466 bnz %xcc,.Loop_cmp
468 bnz .Loop_cmp
510 bnz .Loop
566 bnz .Loop2
/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_prime_i15.c584 uint32_t bnz; local
591 bnz = NEQ(bits, 0);
595 CCOPY(bnz & qz, &Q, &T, sizeof Q);
596 CCOPY(bnz & ~qz, &Q, &U, sizeof Q);
597 qz &= ~bnz;
H A Dec_prime_i31.c582 uint32_t bnz; local
589 bnz = NEQ(bits, 0);
593 CCOPY(bnz & qz, &Q, &T, sizeof Q);
594 CCOPY(bnz & ~qz, &Q, &U, sizeof Q);
595 qz &= ~bnz;
H A Dec_p256_m31.c1146 uint32_t bnz; local
1153 bnz = NEQ(bits, 0);
1157 CCOPY(bnz & qz, &Q, &T, sizeof Q);
1158 CCOPY(bnz & ~qz, &Q, &U, sizeof Q);
1159 qz &= ~bnz;
1317 uint32_t bnz; local
1325 bnz = NEQ(bits, 0);
1329 CCOPY(bnz & qz, &Q, &T, sizeof Q);
1330 CCOPY(bnz & ~qz, &Q, &U, sizeof Q);
1331 qz &= ~bnz;
[all...]
H A Dec_p256_m15.c1796 uint32_t bnz; local
1803 bnz = NEQ(bits, 0);
1807 CCOPY(bnz & qz, &Q, &T, sizeof Q);
1808 CCOPY(bnz & ~qz, &Q, &U, sizeof Q);
1809 qz &= ~bnz;
1972 uint32_t bnz; local
1980 bnz = NEQ(bits, 0);
1984 CCOPY(bnz & qz, &Q, &T, sizeof Q);
1985 CCOPY(bnz & ~qz, &Q, &U, sizeof Q);
1986 qz &= ~bnz;
[all...]
H A Dec_p256_m62.c1266 uint32_t bnz; local
1278 bnz = NEQ(bits, 0);
1308 m = -(uint64_t)(bnz & qz);
1314 CCOPY(bnz & ~qz, &Q, &U, sizeof Q);
1315 qz &= ~bnz;
H A Dec_p256_m64.c1233 uint32_t bnz; local
1245 bnz = NEQ(bits, 0);
1273 m = -(uint64_t)(bnz & qz);
1279 CCOPY(bnz & ~qz, &Q, &U, sizeof Q);
1280 qz &= ~bnz;
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl158 bnz,pn %icc, 2f
236 bnz,pn %icc, 2f
850 bnz,a,pn %icc, 1f
857 bnz,a,pn %icc, 1f
873 bnz,a,pn %icc, 1f
880 bnz,a,pn %icc, 1f
H A Daes-sparcv9.pl527 bnz,pn %xcc,.Lunaligned_enc
1073 bnz,pn %xcc,.Lunaligned_dec
H A Daesfx-sparcv9.pl116 bnz,pn %icc, .Lenc_out_unaligned
206 bnz,pn %icc, .Ldec_out_unaligned
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv8.S102 bnz,a .L_bn_mul_add_words_loop
106 bnz,a .L_bn_mul_add_words_tail
204 bnz,a .L_bn_mul_words_loop
208 bnz,a .L_bn_mul_words_tail
292 bnz,a .L_bn_sqr_words_loop
297 bnz,a .L_bn_sqr_words_tail
396 bnz,a .L_bn_add_words_loop
400 bnz,a .L_bn_add_words_tail
484 bnz,a .L_bn_sub_words_loop
489 bnz,
[all...]
H A Dsparcv9a-mont.pl140 bnz,a,pn %icc,.Lret
454 bnz,pt %icc,.L1st
749 bnz,pt %icc,.Linner
811 bnz %icc,.Louter
H A Dsparcv8plus.S229 bnz,a,pt %icc,.L_bn_mul_add_words_loop
323 bnz,a,pt %icc,.L_bn_mul_words_loop
411 bnz,a,pt %icc,.L_bn_sqr_words_loop
/freebsd-12-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl143 bnz,pn %icc, 2f
238 bnz,pn %icc, 2f
891 bnz,a,pn %icc, 1f
898 bnz,a,pn %icc, 1f
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dexception.S163 bnz,a %xcc, tl1_kstack_fault ; \
589 bnz,a,pt %xcc, intr_vector
687 bnz,pt %xcc, 2b
845 bnz,pt %xcc, 2b
1044 bnz,pt %xcc, 2b
1805 bnz,a,pn %xcc, tl1_spill_0_n
1872 bnz,a,pt %xcc, tl1_fill_0_n
/freebsd-12-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl334 bnz,a,pn %icc,.+8
/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl595 bnz,pt %icc, .L${bits}_cbc_dec_loop
911 bnz,pt %icc, .L${bits}_ctr32_loop
1281 bnz,pt %icc, .L${bits}_xts_${dir}loop
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl198 bnz,a,pn %icc,.+8

Completed in 218 milliseconds