- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for JIRL (0.01 sec)
-
src/cmd/asm/internal/arch/loong64.go
import ( "cmd/internal/obj" "cmd/internal/obj/loong64" "errors" "fmt" ) func jumpLoong64(word string) bool { switch word { case "BEQ", "BFPF", "BFPT", "BLTZ", "BGEZ", "BLEZ", "BGTZ", "BLT", "BLTU", "JIRL", "BNE", "BGE", "BGEU", "JMP", "JAL", "CALL": return true } return false } // IsLoong64RDTIME reports whether the op (as defined by an loong64.A*
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 05 17:31:25 UTC 2025 - 3.8K bytes - Viewed (0)