Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddbg.h116 explicit ImmOperand(int64 val) : OperandVisitable(kOpdImmediate, k32BitSize), val(val) {} in ImmOperand() function
Dcfi.h165 ImmOperand(int64 val, uint32 size) : OperandVisitable(kOpdImmediate, size), val(val) {} in ImmOperand() function
Doperand.h825 : ImmOperand(kOpdOffset, static_cast<int64>(val), size, true, isVar, false), in ImmOperand() function
833 : ImmOperand(kOpdOffset, val, size, true, isVar, false), in ImmOperand() function