Searched refs:DT_OP_IS_JALR (Results 1 – 1 of 1) sorted by relevance
957 #define DT_OP_IS_JALR(op) (((op) & 0x707f) == 0x67) macro1005 if (!DT_OP_IS_AUIPC(ip[0]) || !DT_OP_IS_JALR(ip[1])) in dt_modtext()