Searched refs:Operand (Results 1 – 2 of 2) sorted by relevance
127 struct Operand : public Node {}; struct129 struct Const32 : public Operand {141 struct Const64 : public Operand {153 struct VReg : public Operand {161 struct VRegPair : public Operand {169 struct VRegList : public Operand {175 struct VRegRange : public Operand {184 struct IndexedOperand : public Operand {232 struct CodeLocation : public Operand {254 inline T* CastOperand(Operand* op) { in CastOperand()[all …]
423 Operand* CodeIr::GetRegA(const dex::Instruction& dex_instr) { in GetRegA()432 Operand* CodeIr::GetRegB(const dex::Instruction& dex_instr) { in GetRegB()441 Operand* CodeIr::GetRegC(const dex::Instruction& dex_instr) { in GetRegC()