Searched defs:OperandVisitable (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | operand.h | 243 …: OperandVisitable(kOpdRegister, size), regNO(regNum), regType(type), validBitsNum(size), regFlag(… in OperandVisitable() function 491 …: OperandVisitable(kOpdImmediate, size), value(val), isSigned(isSigned), isVary(isVar), isFmov(isF… in OperandVisitable() function 495 … : OperandVisitable(type, size), value(val), isSigned(isSigned), isVary(isVar), isFmov(isFloat) in OperandVisitable() function 984 : OperandVisitable(Operand::kOpdMem, size), in OperandVisitable() function 995 : OperandVisitable(Operand::kOpdMem, size), in OperandVisitable() function 1005 : OperandVisitable(Operand::kOpdMem, size), in OperandVisitable() function 1050 : OperandVisitable(Operand::kOpdMem, dSize), in OperandVisitable() function
|