Searched defs:ImmOperand (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | dbg.h | 116 explicit ImmOperand(int64 val) : OperandVisitable(kOpdImmediate, k32BitSize), val(val) {} in ImmOperand() function
|
| D | cfi.h | 165 ImmOperand(int64 val, uint32 size) : OperandVisitable(kOpdImmediate, size), val(val) {} in ImmOperand() function
|
| D | operand.h | 825 : ImmOperand(kOpdOffset, static_cast<int64>(val), size, true, isVar, false), in ImmOperand() function 833 : ImmOperand(kOpdOffset, val, size, true, isVar, false), in ImmOperand() function
|