(inst uint32)
| 211 | } |
| 212 | |
| 213 | func opGetArgSbx(inst uint32) int { |
| 214 | return opGetArgBx(inst) - opMaxArgSbx |
| 215 | } |
| 216 | |
| 217 | func opSetArgSbx(inst *uint32, arg int) { |
| 218 | opSetArgBx(inst, arg+opMaxArgSbx) |
no test coverage detected
searching dependent graphs…