Searched refs:IS_TD (Results 1 – 1 of 1) sorted by relevance
43 #define IS_TD(instr) (((instr) & 0xfc0007fe) == 0x7c000088) macro76 #define is_trap(instr) (IS_TW(instr) || IS_TD(instr) || \