Searched refs:OpFpOpcode (Results 1 – 2 of 2) sorted by relevance
507 void OpFp(typename Decoder::OpFpOpcode opcode, int8_t rm, int8_t dst, int8_t src1, int8_t src2) { in OpFp()513 case Decoder::OpFpOpcode::kFAdd: in OpFp()516 case Decoder::OpFpOpcode::kFSub: in OpFp()519 case Decoder::OpFpOpcode::kFMul: in OpFp()522 case Decoder::OpFpOpcode::kFDiv: in OpFp()
169 enum class OpFpOpcode : uint8_t { enum761 OpFpOpcode opcode;1965 .opcode = OpFpOpcode{opcode_bits}, in DecodeOpFp()