Home
last modified time | relevance | path

Searched refs:bclr (Results 1 – 7 of 7) sorted by relevance

/qemu/target/avr/
H A Ddisas.c126 static const char bclr[][4] = { variable
237 INSN_MNEMONIC(BCLR, bclr[a->bit], "")
/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h233 DO_MSA__WD__WS_WT(BCLR_B, bclr.b)
234 DO_MSA__WD__WS_WT(BCLR_H, bclr.h)
235 DO_MSA__WD__WS_WT(BCLR_W, bclr.w)
236 DO_MSA__WD__WS_WT(BCLR_D, bclr.d)
/qemu/target/ppc/
H A Dinsn64.decode211 # bclr[l]
H A Dtranslate.c5838 GEN_HANDLER(bclr, 0x13, 0x10, 0x00, 0x00000000, PPC_FLOW),
/qemu/target/riscv/
H A Dinsn32.decode818 bclr 0100100 .......... 001 ..... 0110011 @r
/qemu/target/rx/
H A Dtranslate.c2002 BITOP(BCLR, bclr) in BITOP()
/qemu/target/mips/tcg/
H A Dmsa_helper.c5472 MSA_BINOP_IMMU_DF(bclri, bclr) in MSA_BINOP_IMMU_DF()