Searched refs:Operand (Results 1 – 2 of 2) sorted by relevance
125 struct Operand : public Node {}; struct127 struct Const32 : public Operand {139 struct Const64 : public Operand {151 struct VReg : public Operand {159 struct VRegPair : public Operand {167 struct VRegList : public Operand {173 struct VRegRange : public Operand {182 struct IndexedOperand : public Operand {220 struct CodeLocation : public Operand {242 inline T* CastOperand(Operand* op) { in CastOperand()[all …]
424 Operand* CodeIr::GetRegA(const dex::Instruction& dex_instr) { in GetRegA()433 Operand* CodeIr::GetRegB(const dex::Instruction& dex_instr) { in GetRegB()442 Operand* CodeIr::GetRegC(const dex::Instruction& dex_instr) { in GetRegC()