Searched defs:src16 (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | macro_assembler_aarch64.cpp | 380 int64_t src16 = static_cast<int64_t>(chunkVal); in CopyImmSize64() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_mop_split.h | 448 ImmOperand &src16 = opndBuilder->CreateImm(k16BitSize, static_cast<int64>(chunkVal1), false); in MOP_wmovri32Split() local 484 ImmOperand &src16 = opndBuilder->CreateImm(k16BitSize, static_cast<int64>(chunkVal), false); in MOP_xmovri64Split() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 525 ImmOperand &src16 = CreateImmOperand(static_cast<int64>(chunkVal), k16BitSize, false); in SelectCopyImm() local 685 ImmOperand &src16 = CreateImmOperand(static_cast<int64>(chunkVal), k16BitSize, false); in SplitMovImmOpndInstruction() local 4459 ImmOperand &src16 = CreateImmOperand(0, k16BitSize, false); in SelectRelationOperator() local
|