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