- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for kamulah (0.08 sec)
-
src/cmd/asm/internal/arch/arm.go
} // IsARMMULA reports whether the op (as defined by an arm.A* constant) is // MULA, MULS, MMULA, MMULS, MULABB, MULAWB or MULAWT, the 4-operand instructions. func IsARMMULA(op obj.As) bool { switch op { case arm.AMULA, arm.AMULS, arm.AMMULA, arm.AMMULS, arm.AMULABB, arm.AMULAWB, arm.AMULAWT: return true } return false } var bcode = []obj.As{ arm.ABEQ, arm.ABNE, arm.ABCS, arm.ABCC, arm.ABMI,
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 23 15:18:14 UTC 2024 - 6.1K bytes - Viewed (0)