Home
last modified time | relevance | path

Searched refs:field_operand (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/x64/
Dmacro-assembler-x64.cc207 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 …]
Dmacro-assembler-x64.h570 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/
Dmacro-assembler-arm64.cc2930 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 …]
Dmacro-assembler-arm64.h1379 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/
Dmacro-assembler-ppc.cc542 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 …]
Dmacro-assembler-ppc.h983 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/
Dmacro-assembler-riscv64.h923 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);
Dmacro-assembler-riscv64.cc5056 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/
Dmacro-assembler-s390.h1448 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);
Dmacro-assembler-s390.cc787 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 …]