Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h200 ImmOperand &CreateImmOperand(PrimType ptyp, int64 val) override in CreateImmOperand() function
212 ImmOperand &CreateImmOperand(Operand::OperandType type, int64 val, uint32 size, bool isSigned) in CreateImmOperand() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp335 Operand &X64CGFunc::CreateImmOperand(PrimType primType, int64 val) in CreateImmOperand() function in maplebe::X64CGFunc