Searched refs:FormatOf (Results 1 – 6 of 6) sorted by relevance
28 switch (FormatOf(Opcode())) { in HasVRegA()58 switch (FormatOf(Opcode())) { in VRegA()90 DCHECK_EQ(FormatOf(Opcode()), k10t); in VRegA_10t()95 DCHECK_EQ(FormatOf(Opcode()), k10x); in VRegA_10x()100 DCHECK_EQ(FormatOf(Opcode()), k11n); in VRegA_11n()105 DCHECK_EQ(FormatOf(Opcode()), k11x); in VRegA_11x()110 DCHECK_EQ(FormatOf(Opcode()), k12x); in VRegA_12x()115 DCHECK_EQ(FormatOf(Opcode()), k20t); in VRegA_20t()120 DCHECK_EQ(FormatOf(Opcode()), k21c); in VRegA_21c()125 DCHECK_EQ(FormatOf(Opcode()), k21h); in VRegA_21h()[all …]
204 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t); in Next_1xx()210 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c); in Next_2xx()216 DCHECK(FormatOf(Opcode()) >= k32x && FormatOf(Opcode()) <= k3rc); in Next_3xx()222 DCHECK(FormatOf(Opcode()) == k51l); in Next_51l()415 DCHECK(FormatOf(Opcode()) == k10x); in SetVRegA_10x()421 DCHECK(FormatOf(Opcode()) == k3rc); in SetVRegB_3rc()427 DCHECK(FormatOf(Opcode()) == k35c); in SetVRegB_35c()433 DCHECK(FormatOf(Opcode()) == k22c); in SetVRegC_22c()439 static Format FormatOf(Code opcode) { in FormatOf() function
75 switch (FormatOf(Opcode())) { in GetTargetOffset()139 switch (FormatOf(Opcode())) { in DumpString()
112 if (Instruction::FormatOf(invoke->dalvikInsn.opcode) == Instruction::k3rc) { in GetInvokeReg()115 DCHECK_EQ(Instruction::FormatOf(invoke->dalvikInsn.opcode), Instruction::k35c); in GetInvokeReg()123 return Instruction::FormatOf(invoke->dalvikInsn.opcode) == Instruction::k3rc || in WideArgIsInConsecutiveDalvikRegs()
1248 dalvik_format = Instruction::FormatOf(insn.opcode); in GetDalvikDisassembly()
1727 Instruction::FormatOf(mir->dalvikInsn.opcode); in BlockBitcodeConversion()