Searched refs:PPC_INST_STRING_MASK (Results 1 – 2 of 2) sorted by relevance
1230 if ((instword & PPC_INST_STRING_MASK) == PPC_INST_LSWX) in emulate_string_inst()1236 switch (instword & PPC_INST_STRING_MASK) { in emulate_string_inst()1259 switch ((instword & PPC_INST_STRING_MASK)) { in emulate_string_inst()
299 #define PPC_INST_STRING_MASK 0xfc0007fe macro