Lines Matching defs:opcode
172 static inline Instruction OpNoArgs(Op opcode) { in OpNoArgs()
177 static inline Instruction OpWithArgs(Op opcode, std::optional<const Value> dest, T... args) { in OpWithArgs()
238 Op opcode() const { return opcode_; } in opcode() function
245 inline Instruction(Op opcode, size_t method_id, std::optional<const Value> dest) in Instruction()
249 inline constexpr Instruction(Op opcode, size_t method_id, bool result_is_object, in Instruction()
327 inline void Encode10x(art::Instruction::Code opcode) { in Encode10x()
332 inline void Encode11x(art::Instruction::Code opcode, uint8_t a) { in Encode11x()
337 inline void Encode11n(art::Instruction::Code opcode, uint8_t a, int8_t b) { in Encode11n()
348 inline void Encode21c(art::Instruction::Code opcode, uint8_t a, uint16_t b) { in Encode21c()
354 inline void Encode32x(art::Instruction::Code opcode, uint16_t a, uint16_t b) { in Encode32x()
360 inline void Encode35c(art::Instruction::Code opcode, size_t a, uint16_t b, uint8_t c, uint8_t d, in Encode35c()
375 inline void Encode3rc(art::Instruction::Code opcode, size_t a, uint16_t b, uint16_t c) { in Encode3rc()