set instruction's argument as an immediate.
(self, value: int)
| 72 | return _ffi_api.ExecBuilderR(self, idx) # type: ignore |
| 73 | |
| 74 | def imm(self, value: int) -> int: |
| 75 | """set instruction's argument as an immediate.""" |
| 76 | return _ffi_api.ExecBuilderImm(self, value) # type: ignore |
| 77 | |
| 78 | def c(self, idx: int) -> int: |
| 79 | """set instruction's argument as a constant.""" |
no outgoing calls