Home
last modified time | relevance | path

Searched defs:dtype (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1161 PrimType dtype = node.GetPrimType(); in SelectMpy() local
1293 PrimType dtype = node.GetPrimType(); in SelectLnot() local
1325 PrimType dtype = node.GetPrimType(); in SelectCmpOp() local
1416 PrimType dtype = expr.GetPrimType(); in SelectSelect() local
1550 PrimType dtype = node.GetPrimType(); in SelectBswap() local
1622 PrimType dtype = node.GetPrimType(); in SelectSqrt() local
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dtest-schema.json73 "dtype": { object
118 "dtype": { object
/arkcompiler/runtime_core/isa/
Disapi.rb227 def dtype method
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json73 "dtype": { object
118 "dtype": { object
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp239 MOperator AArch64CGFunc::PickExtInsn(PrimType dtype, PrimType stype) const in PickExtInsn()
306 void AArch64CGFunc::SelectLoadAcquire(Operand &dest, PrimType dtype, Operand &src, PrimType stype, in SelectLoadAcquire()
369 void AArch64CGFunc::SelectStoreRelease(Operand &dest, PrimType dtype, Operand &src, PrimType stype, in SelectStoreRelease()
428 void AArch64CGFunc::SelectCopyImm(Operand &dest, ImmOperand &src, PrimType dtype) in SelectCopyImm()
568 void AArch64CGFunc::SelectCopyMemOpnd(Operand &dest, PrimType dtype, uint32 dsize, Operand &src, Pr… in SelectCopyMemOpnd()
718 void AArch64CGFunc::SelectCopyRegOpnd(Operand &dest, PrimType dtype, Operand::OperandType opndType,… in SelectCopyRegOpnd()
800 void AArch64CGFunc::SelectCopy(Operand &dest, PrimType dtype, Operand &src, PrimType stype, BaseNod… in SelectCopy()
856 RegOperand &AArch64CGFunc::SelectCopy(Operand &src, PrimType stype, PrimType dtype) in SelectCopy()
3432 PrimType dtype = node.GetPrimType(); in SelectAdd() local
3569 PrimType dtype = node.GetPrimType(); in SelectMadd() local
[all …]
/arkcompiler/runtime_core/static_core/isa/
Disapi.rb202 def dtype method
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp1240 PrimType dtype = node.GetPrimType(); in SelectNeg() local
1553 RegOperand &MPISel::SelectCopy2Reg(Operand &src, PrimType dtype) in SelectCopy2Reg()
1611 PrimType dtype = node.GetPrimType(); in SelectBnot() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3020 auto dtype = inst->GetType(); in VisitSubOverflowCheck() local
3246 auto dtype = inst->GetType(); in VisitLoadArray() local
3335 auto dtype = inst->GetType(); in VisitStoreArray() local
3567 [[maybe_unused]] auto dtype = inst->GetType(); in VisitStoreResolvedObjectFieldStatic() local