Searched defs:is_move (Results 1 – 3 of 3) sorted by relevance
504 def is_move(self) -> bool: member in InotifyEvent
721 bool is_move = alu && (instructions[i]->op == midgard_alu_op_imov || in mir_choose_instruction() local
3464 #define is_move(c) (classify[rtt2asc(c) & 0x7F] & vM) macro