set-prefix 1 "add"
will cause breakpoint 1 only to stop if the instruction begins with "add". The text to compare the prefix with for an instruction is the one which the instruction is disassembled to. The comparison is case insensitive.
Set prefix to the empty string ("") to remove this extra condition.
This command has been replaced with the prefix argument on the bp.memory
commands.