hppa_and
emit(hppa_and(lo(rd), HPPA_REG_T0, lo(rd)), ctx);
emit(hppa_and(lo(rd), HPPA_REG_T0, lo(rd)), ctx);
emit(hppa_and(lo(rd), lo(rs), lo(rd)), ctx);
emit(hppa_and(hi(rd), hi(rs), hi(rd)), ctx);
emit(hppa_and(lo(rd), lo(rs), lo(rd)), ctx);
emit(hppa_and(hi(rs1), hi(rs2), HPPA_REG_T0), ctx);
emit(hppa_and(lo(rs1), lo(rs2), HPPA_REG_T1), ctx);
emit(hppa_and(rd, rs, HPPA_REG_T0), ctx);
emit(hppa_and(rd, rs, HPPA_REG_T0), ctx);
emit(hppa_and(rd, rs, rd), ctx);
emit(hppa_and(rd, HPPA_REG_T1, rd), ctx);
emit(hppa_and(rs, rd, HPPA_REG_T1), ctx);
emit(hppa_and(HPPA_REG_T1, rd, HPPA_REG_T1), ctx);