Searched refs:dst_field_operand (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/codegen/x64/ |
D | macro-assembler-x64.cc | 269 void TurboAssembler::StoreTaggedField(Operand dst_field_operand, in StoreTaggedField() argument 272 movl(dst_field_operand, value); in StoreTaggedField() 274 movq(dst_field_operand, value); in StoreTaggedField() 278 void TurboAssembler::StoreTaggedField(Operand dst_field_operand, in StoreTaggedField() argument 281 movl(dst_field_operand, value); in StoreTaggedField() 283 movq(dst_field_operand, value); in StoreTaggedField() 287 void TurboAssembler::StoreTaggedSignedField(Operand dst_field_operand, in StoreTaggedSignedField() argument 291 movq(dst_field_operand, kScratchRegister); in StoreTaggedSignedField() 293 StoreTaggedField(dst_field_operand, Immediate(value)); in StoreTaggedSignedField() 297 void TurboAssembler::AtomicStoreTaggedField(Operand dst_field_operand, in AtomicStoreTaggedField() argument [all …]
|
D | macro-assembler-x64.h | 594 void StoreTaggedField(Operand dst_field_operand, Immediate immediate); 595 void StoreTaggedField(Operand dst_field_operand, Register value); 596 void StoreTaggedSignedField(Operand dst_field_operand, Smi value); 597 void AtomicStoreTaggedField(Operand dst_field_operand, Register value); 617 void StoreSandboxedPointerField(Operand dst_field_operand, Register value);
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 2961 const MemOperand& dst_field_operand) { in TruncateDoubleToI() argument 2963 Str(value.W(), dst_field_operand); in TruncateDoubleToI() 2965 Str(value, dst_field_operand); in TruncateDoubleToI() 3129 const Register& value, const MemOperand& dst_field_operand) { in TruncateDoubleToI() argument 3135 Str(scratch, dst_field_operand); in TruncateDoubleToI()
|
D | macro-assembler-arm64.h | 1395 const MemOperand& dst_field_operand); 1449 const MemOperand& dst_field_operand);
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.cc | 573 const MemOperand& dst_field_operand, in StoreTaggedField() argument 577 StoreU32(value, dst_field_operand, scratch); in StoreTaggedField() 580 StoreU64(value, dst_field_operand, scratch); in StoreTaggedField()
|
D | macro-assembler-ppc.h | 995 const MemOperand& dst_field_operand,
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | macro-assembler-riscv64.h | 939 const MemOperand& dst_field_operand);
|
D | macro-assembler-riscv64.cc | 5087 const MemOperand& dst_field_operand) { in StoreTaggedField() argument 5089 Sw(value, dst_field_operand); in StoreTaggedField() 5091 Sd(value, dst_field_operand); in StoreTaggedField()
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.cc | 820 const MemOperand& dst_field_operand, in StoreTaggedField() argument 824 StoreU32(value, dst_field_operand); in StoreTaggedField() 827 StoreU64(value, dst_field_operand, scratch); in StoreTaggedField()
|
D | macro-assembler-s390.h | 1462 const MemOperand& dst_field_operand,
|