Lines Matching +full:0 +full:b00000000
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
31 /// F E D C | B A 9 | 8 7 6 | 5 4 3 | 2 1 0
33 /// 0 0 0 0 | REG | OP MODE | MODE | REG
37 (descend 0b0000,
46 /// F E D C B A 9 | 8 7 6 | 5 4 3 | 2 1 0
48 /// 0 0 0 0 1 0 0 | OP MODE | MODE | REG
50 /// 0 0 0 0 0 0 0 0 | BIT NUMBER
54 (descend 0b0000100, opmode, dst_enc.EA),
55 (descend 0b00000000, (operand "$"#bitno_name, 8)),
88 def BTST8qd : MxBIT_MR<"btst", 0b100, MxType8d, MxType8.QOp,
90 def BTST8kd : MxBIT_MR<"btst", 0b100, MxType8d, MxType8.KOp,
92 def BTST8qi : MxBIT_MI<"btst", 0b000, MxType8d, MxType8.QOp,
94 def BTST8ki : MxBIT_MI<"btst", 0b000, MxType8d, MxType8.KOp,
126 defm BCHG : MxBIT<"bchg", 0b101, 0b001>;
127 defm BCLR : MxBIT<"bclr", 0b110, 0b010>;
128 defm BSET : MxBIT<"bset", 0b111, 0b011>;
129 defm BTST : MxBIT<"btst", 0b100, 0b000>;