Lines Matching refs:k45cc
49 case k45cc: in SizeInCodeUnits()
84 case k45cc: return true; in HasVRegA()
121 case k45cc: return VRegA_45cc(inst_data); in VRegA()
251 DCHECK_EQ(FormatOf(Opcode()), k45cc); in VRegA_45cc()
283 case k45cc: return true; in HasVRegB()
319 case k45cc: return VRegB_45cc(); in VRegB()
423 DCHECK_EQ(FormatOf(Opcode()), k45cc); in VRegB_45cc()
450 case k45cc: return true; in HasVRegC()
470 case k45cc: return VRegC_45cc(); in VRegC()
514 DCHECK_EQ(FormatOf(Opcode()), k45cc); in VRegC_45cc()
528 case k45cc: return true; in HasVRegH()
536 case k45cc: return VRegH_45cc(); in VRegH()
545 DCHECK_EQ(FormatOf(Opcode()), k45cc); in VRegH_45cc()
555 return (FormatOf(Opcode()) == k35c) || (FormatOf(Opcode()) == k45cc); in HasVarArgs()