Searched defs:UnaryOperation (Results 1 – 7 of 7) sorted by relevance
193 #define UnaryOperation(opc) \ macro
473 #define UnaryOperation(opc) void Encode##opc(Reg dst, Reg src0) override; macro
524 #define UnaryOperation(opc) void Encode##opc(Reg dst, Reg src0) override; macro
678 #define UnaryOperation(opc) void Encode##opc(Reg dst, Reg src0) override; macro
143 #define UnaryOperation(opc) \ macro
2314 #define UnaryOperation(opc) \ macro
2223 …UnaryOperation(Opcode opcode, DataType::Type type, uint32_t pc, Inst *input) : FixedInputsInst(opc… in UnaryOperation() function