Searched refs:k51l (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction-inl.h | 54 case k51l: return true; in HasVRegA() 86 case k51l: return VRegA_51l(); in VRegA() 209 DCHECK_EQ(FormatOf(Opcode()), k51l); in VRegA_51l() 248 case k51l: return true; in HasVRegB() 254 return FormatOf(Opcode()) == k51l; in HasWideVRegB() 279 case k51l: return VRegB_51l(); in VRegB() 391 DCHECK_EQ(FormatOf(Opcode()), k51l); in VRegB_51l()
|
D | dex_instruction.cc | 55 } else if (format == Instruction::Format::k51l) { in InstructionSizeInCodeUnitsByOpcode() 512 case k51l: os << StringPrintf("%s v%d, #%+" PRId64, opcode, VRegA_51l(), VRegB_51l()); break; in DumpString()
|
D | dex_instruction.h | 125 k51l, // op vAA, #+BBBBBBBBBBBBBBBB enumerator 277 DCHECK(FormatOf(Opcode()) == k51l); in Next_51l()
|
D | dex_instruction_list.h | 46 …V(0x18, CONST_WIDE, "const-wide", k51l, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRegAWi… 305 V(k51l)
|
/art/dexdump/ |
D | dexdump.cc | 1106 case Instruction::k51l: { // op vAA, #+BBBBBBBBBBBBBBBB in dumpInstruction()
|