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/
H A Dcfi.h158 class ImmOperand : public maplebe::OperandVisitable<ImmOperand> { class
160 ImmOperand(int64 val, uint32 size) : OperandVisitable(kOpdImmediate, size), val(val) {} in ImmOperand() function in cfi::ImmOperand
[all...]
H A Doperand.h488 class ImmOperand : public OperandVisitable<ImmOperand> { class
490 ImmOperand(int64 val, uint32 size, bool isSigned, VaryType isVar = kNotVary, bool isFloat = false) in ImmOperand() function in maplebe::ImmOperand
494 ImmOperand(OperandType type, int64 val, uint32 size, bool isSigned, VaryType isVar = kNotVary, bool isFloat = false) in ImmOperand() function in maplebe::ImmOperand
498 ImmOperand(const MIRSymbol &symbol, int64 val, int32 relocs, bool isSigned, VaryType isVar = kNotVary, in ImmOperand() function in maplebe::ImmOperand
[all...]

Completed in 3 milliseconds