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 | 242 …: OperandVisitable(kOpdRegister, size), regNO(regNum), regType(type), validBitsNum(size), regFlag(… in OperandVisitable() function 525 …: OperandVisitable(kOpdImmediate, size), value(val), isSigned(isSigned), isVary(isVar), isFmov(isF… in OperandVisitable() function 529 … : OperandVisitable(type, size), value(val), isSigned(isSigned), isVary(isVar), isFmov(isFloat) in OperandVisitable() function 1004 : OperandVisitable(Operand::kOpdMem, size), in OperandVisitable() function 1014 : OperandVisitable(Operand::kOpdMem, size), in OperandVisitable() function 1059 : OperandVisitable(Operand::kOpdMem, dSize), in OperandVisitable() function
|