/third_party/node/deps/v8/src/codegen/x64/ |
D | macro-assembler-x64.cc | 207 Operand field_operand) { in LoadTaggedPointerField() argument 209 DecompressTaggedPointer(destination, field_operand); in LoadTaggedPointerField() 211 mov_tagged(destination, field_operand); in LoadTaggedPointerField() 226 Operand field_operand) { in LoadTaggedSignedField() argument 228 DecompressTaggedSigned(destination, field_operand); in LoadTaggedSignedField() 230 mov_tagged(destination, field_operand); in LoadTaggedSignedField() 235 Operand field_operand) { in LoadAnyTaggedField() argument 237 DecompressAnyTagged(destination, field_operand); in LoadAnyTaggedField() 239 mov_tagged(destination, field_operand); in LoadAnyTaggedField() 243 void TurboAssembler::PushTaggedPointerField(Operand field_operand, in PushTaggedPointerField() argument [all …]
|
D | macro-assembler-x64.h | 570 void LoadTaggedPointerField(Register destination, Operand field_operand); 574 void LoadTaggedSignedField(Register destination, Operand field_operand); 577 void LoadAnyTaggedField(Register destination, Operand field_operand); 582 void PushTaggedPointerField(Operand field_operand, Register scratch); 587 void PushTaggedAnyField(Operand field_operand, Register scratch); 600 void DecompressTaggedSigned(Register destination, Operand field_operand); 601 void DecompressTaggedPointer(Register destination, Operand field_operand); 603 void DecompressAnyTagged(Register destination, Operand field_operand); 615 void LoadSandboxedPointerField(Register destination, Operand field_operand); 622 void LoadExternalPointerField(Register destination, Operand field_operand,
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 2930 const MemOperand& field_operand) { in TruncateDoubleToI() argument 2932 DecompressTaggedPointer(destination, field_operand); in TruncateDoubleToI() 2934 Ldr(destination, field_operand); in TruncateDoubleToI() 2939 const MemOperand& field_operand) { in TruncateDoubleToI() argument 2941 DecompressAnyTagged(destination, field_operand); in TruncateDoubleToI() 2943 Ldr(destination, field_operand); in TruncateDoubleToI() 2948 const MemOperand& field_operand) { in TruncateDoubleToI() argument 2950 DecompressTaggedSigned(destination, field_operand); in TruncateDoubleToI() 2952 Ldr(destination, field_operand); in TruncateDoubleToI() 2982 const MemOperand& field_operand) { in TruncateDoubleToI() argument [all …]
|
D | macro-assembler-arm64.h | 1379 const MemOperand& field_operand); 1383 const MemOperand& field_operand); 1388 const MemOperand& field_operand); 1401 const MemOperand& field_operand); 1403 const MemOperand& field_operand); 1407 const MemOperand& field_operand); 1446 const MemOperand& field_operand); 1453 void LoadExternalPointerField(Register destination, MemOperand field_operand,
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.cc | 542 const MemOperand& field_operand, in LoadTaggedPointerField() argument 545 DecompressTaggedPointer(destination, field_operand); in LoadTaggedPointerField() 547 LoadU64(destination, field_operand, scratch); in LoadTaggedPointerField() 552 const MemOperand& field_operand, in LoadAnyTaggedField() argument 555 DecompressAnyTagged(destination, field_operand); in LoadAnyTaggedField() 557 LoadU64(destination, field_operand, scratch); in LoadAnyTaggedField() 592 MemOperand field_operand) { in DecompressTaggedSigned() argument 594 LoadU32(destination, field_operand, r0); in DecompressTaggedSigned() 607 MemOperand field_operand) { in DecompressTaggedPointer() argument 609 LoadU32(destination, field_operand, r0); in DecompressTaggedPointer() [all …]
|
D | macro-assembler-ppc.h | 983 const MemOperand& field_operand, 985 void LoadTaggedSignedField(Register destination, MemOperand field_operand, 990 const MemOperand& field_operand, 998 void DecompressTaggedSigned(Register destination, MemOperand field_operand); 1000 void DecompressTaggedPointer(Register destination, MemOperand field_operand); 1002 void DecompressAnyTagged(Register destination, MemOperand field_operand);
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | macro-assembler-riscv64.h | 923 const MemOperand& field_operand); 927 const MemOperand& field_operand); 932 const MemOperand& field_operand); 942 const MemOperand& field_operand); 944 const MemOperand& field_operand); 948 const MemOperand& field_operand);
|
D | macro-assembler-riscv64.cc | 5056 const MemOperand& field_operand) { in LoadTaggedPointerField() argument 5058 DecompressTaggedPointer(destination, field_operand); in LoadTaggedPointerField() 5060 Ld(destination, field_operand); in LoadTaggedPointerField() 5065 const MemOperand& field_operand) { in LoadAnyTaggedField() argument 5067 DecompressAnyTagged(destination, field_operand); in LoadAnyTaggedField() 5069 Ld(destination, field_operand); in LoadAnyTaggedField() 5074 const MemOperand& field_operand) { in LoadTaggedSignedField() argument 5076 DecompressTaggedSigned(destination, field_operand); in LoadTaggedSignedField() 5078 Ld(destination, field_operand); in LoadTaggedSignedField() 5096 const MemOperand& field_operand) { in DecompressTaggedSigned() argument [all …]
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1448 const MemOperand& field_operand, 1450 void LoadTaggedSignedField(Register destination, MemOperand field_operand); 1454 const MemOperand& field_operand, 1465 void DecompressTaggedSigned(Register destination, MemOperand field_operand); 1467 void DecompressTaggedPointer(Register destination, MemOperand field_operand); 1469 void DecompressAnyTagged(Register destination, MemOperand field_operand);
|
D | macro-assembler-s390.cc | 787 const MemOperand& field_operand, in LoadTaggedPointerField() argument 790 DecompressTaggedPointer(destination, field_operand); in LoadTaggedPointerField() 792 LoadU64(destination, field_operand, scratch); in LoadTaggedPointerField() 797 const MemOperand& field_operand, in LoadAnyTaggedField() argument 800 DecompressAnyTagged(destination, field_operand); in LoadAnyTaggedField() 802 LoadU64(destination, field_operand, scratch); in LoadAnyTaggedField() 839 MemOperand field_operand) { in DecompressTaggedSigned() argument 841 llgf(destination, field_operand); in DecompressTaggedSigned() 854 MemOperand field_operand) { in DecompressTaggedPointer() argument 856 llgf(destination, field_operand); in DecompressTaggedPointer() [all …]
|