- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for BNEZ (0.36 sec)
-
src/cmd/asm/internal/arch/arch.go
} func jumpRISCV(word string) bool { switch word { case "BEQ", "BEQZ", "BGE", "BGEU", "BGEZ", "BGT", "BGTU", "BGTZ", "BLE", "BLEU", "BLEZ", "BLT", "BLTU", "BLTZ", "BNE", "BNEZ", "CALL", "CBEQZ", "CBNEZ", "CJ", "CJALR", "CJR", "JAL", "JALR", "JMP": return true } return false } func jumpWasm(word string) bool {
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Nov 13 12:17:37 UTC 2025 - 21.7K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/riscv64.s
BGTU X5, X6, 2(PC) // 63645300 BGTZ X5, 2(PC) // 63445000 BLE X5, X6, 2(PC) // 63545300 BLEU X5, X6, 2(PC) // 63745300 BLEZ X5, 2(PC) // 63545000 BLTZ X5, 2(PC) // 63c40200 BNEZ X5, 2(PC) // 63940200 // Set pseudo-instructions SEQZ X15, X15 // 93b71700 SNEZ X15, X15 // b337f000 // F extension FABSS F0, F1 // d3200020 FNEGS F0, F1 // d3100020
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Nov 13 12:17:37 UTC 2025 - 73.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
x[3] * y + z[3] ADD X21, X29, X19 // z_lo[3] = x[3] * y + z[3] + c SLTU X21, X19, X22 ADD X18, X22, X29 // next c MOV X10, 0*8(X5) // z[0] MOV X13, 1*8(X5) // z[1] MOV X16, 2*8(X5) // z[2] MOV X19, 3*8(X5) // z[3] ADD $32, X5 ADD $32, X7 SUB $4, X30 BNEZ X30, loop done: MOV X29, c+24(FP) RET golang.org/fips140@v1.1.0-rc1/fips140/v1.1.0-rc1/bigmod/nat_s390x.s // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
lib/fips140/v1.0.0-c2097c7c.zip
x[3] * y + z[3] ADD X21, X29, X19 // z_lo[3] = x[3] * y + z[3] + c SLTU X21, X19, X22 ADD X18, X22, X29 // next c MOV X10, 0*8(X5) // z[0] MOV X13, 1*8(X5) // z[1] MOV X16, 2*8(X5) // z[2] MOV X19, 3*8(X5) // z[3] ADD $32, X5 ADD $32, X7 SUB $4, X30 BNEZ X30, loop done: MOV X29, c+24(FP) RET golang.org/fips140@v1.0.0-c2097c7c/fips140/v1.0.0-c2097c7c/bigmod/nat_s390x.s // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0)