Home
last modified time | relevance | path

Searched defs:ImmOperand (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfi.h160 ImmOperand(int64 val, uint32 size) : OperandVisitable(kOpdImmediate, size), val(val) {} in ImmOperand() function
Doperand.h785 : ImmOperand(kOpdOffset, static_cast<int64>(val), size, true, isVar, false), in ImmOperand() function
793 : ImmOperand(kOpdOffset, val, size, true, isVar, false), in ImmOperand() function