s_flbit_i32_b64 (#3033)

* s_flbit_i32_b64

* Split FindUMsb64 into two 32bit ops
This commit is contained in:
Marcin Mikołajczyk
2025-06-05 23:33:25 +02:00
committed by GitHub
parent 43bf4ed1bc
commit fff3bf9917
7 changed files with 40 additions and 3 deletions

View File

@@ -349,6 +349,7 @@ OPCODE(BitwiseNot32, U32, U32,
OPCODE(FindSMsb32, U32, U32, )
OPCODE(FindUMsb32, U32, U32, )
OPCODE(FindUMsb64, U32, U64, )
OPCODE(FindILsb32, U32, U32, )
OPCODE(FindILsb64, U32, U64, )
OPCODE(SMin32, U32, U32, U32, )