(self, operand_index1: int, operand_index2: int)
| 1065 | core.BNLowLevelILFreeOperandList(operand_list) |
| 1066 | |
| 1067 | def _get_flag_ssa(self, operand_index1: int, operand_index2: int) -> SSAFlag: |
| 1068 | return SSAFlag( |
| 1069 | ILFlag(self.function.arch, architecture.FlagIndex(self.instr.operands[operand_index1])), |
| 1070 | self.instr.operands[operand_index2] |
| 1071 | ) |
| 1072 | |
| 1073 | def _get_reg_ssa(self, operand_index1: int, operand_index2: int) -> SSARegister: |
| 1074 | return SSARegister( |