reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/AVR/AVRGenAsmMatcher.inc
 1129   { 26 /* bclr */, AVR::BCLRs, Convert__Imm1_0, AMFBS_None, { MCK_Imm }, },
 1157   { 163 /* clc */, AVR::BCLRs, Convert__imm_95_0, AMFBS_None, {  }, },
 1158   { 167 /* clh */, AVR::BCLRs, Convert__imm_95_5, AMFBS_None, {  }, },
 1159   { 171 /* cli */, AVR::BCLRs, Convert__imm_95_7, AMFBS_None, {  }, },
 1160   { 175 /* cln */, AVR::BCLRs, Convert__imm_95_2, AMFBS_None, {  }, },
 1162   { 183 /* cls */, AVR::BCLRs, Convert__imm_95_4, AMFBS_None, {  }, },
 1163   { 187 /* clt */, AVR::BCLRs, Convert__imm_95_6, AMFBS_None, {  }, },
 1164   { 191 /* clv */, AVR::BCLRs, Convert__imm_95_3, AMFBS_None, {  }, },
 1165   { 195 /* clz */, AVR::BCLRs, Convert__imm_95_1, AMFBS_None, {  }, },
gen/lib/Target/AVR/AVRGenAsmWriter.inc
 1091   case AVR::BCLRs:
gen/lib/Target/AVR/AVRGenMCCodeEmitter.inc
  748     case AVR::BCLRs:
lib/Target/AVR/AVRExpandPseudoInsts.cpp
  807   buildMI(MBB, MBBI, AVR::BCLRs).addImm(7); // CLI
 1488   buildMI(MBB, MBBI, AVR::BCLRs).addImm(0x07).setMIFlags(Flags);