Home
last modified time | relevance | path

Searched defs:dsize (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_cgfunc.h554 PrimType GetOperandTy(bool isIntty, uint32 dsize, bool isSigned) const in GetOperandTy() argument
561 RegOperand &LoadIntoRegister(Operand &o, bool isIntty, uint32 dsize, bool asSigned = false) in LoadIntoRegister() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp680 uint32 dsize = GetPrimTypeBitSize(opnd0Type); in SelectShift() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp182 uint32 dsize = GetPrimTypeBitSize(dtype); in SelectCopyImm() local
300 SelectCopyMemOpnd(Operand &dest, PrimType dtype, uint32 dsize, Operand &src, PrimType stype) SelectCopyMemOpnd() argument
376 SelectCopyRegOpnd(Operand &dest, PrimType dtype, Operand::OperandType opndType, uint32 dsize, Operand &src, PrimType stype) SelectCopyRegOpnd() argument
443 uint32 dsize = GetPrimTypeBitSize(dtype); SelectCopy() local
1368 uint32 dsize = GetPrimTypeBitSize(dtype); SelectAdd() local
1394 uint32 dsize = GetPrimTypeBitSize(primType); SelectAdd() local
1497 uint32 dsize = GetPrimTypeBitSize(primType); SelectSub() local
1585 uint32 dsize = GetPrimTypeBitSize(dtype); SelectSub() local
1600 uint32 dsize = GetPrimTypeBitSize(dtype); SelectMpy() local
1615 uint32 dsize = GetPrimTypeBitSize(primType); SelectMpy() local
1689 uint32 dsize = GetPrimTypeBitSize(primType); SelectDiv() local
1761 uint32 dsize = GetPrimTypeBitSize(dtype); SelectDiv() local
[all...]

Completed in 7 milliseconds