/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 67 #define LOAD_INSTANCE_FIELD(dst, name, load_size, pinned) \ argument 68 __ LoadFromInstance(dst, LoadInstanceIntoRegister(pinned, dst), \ 73 #define LOAD_TAGGED_PTR_INSTANCE_FIELD(dst, name, pinned) \ argument 76 __ LoadTaggedPointerFromInstance(dst, LoadInstanceIntoRegister(pinned, dst), \ 653 LiftoffRegList pinned) { in ProcessParameter() argument 666 : __ GetUnusedRegister(rc, pinned); in ProcessParameter() 836 LiftoffRegList pinned = kGpParamRegisters; in StartFunctionBody() local 837 LiftoffRegister tmp = pinned.set(__ GetUnusedRegister(kGpReg, pinned)); in StartFunctionBody() 844 pinned); in StartFunctionBody() 849 LiftoffRegList pinned = kGpParamRegisters; in StartFunctionBody() local [all …]
|
D | liftoff-assembler.h | 234 bool has_unused_register(RegClass rc, LiftoffRegList pinned = {}) const { 237 kGpCacheRegList.MaskOut(used_registers).MaskOut(pinned); 241 kFpCacheRegList.MaskOut(used_registers).MaskOut(pinned); 246 return has_unused_register(candidates.MaskOut(pinned)); 255 LiftoffRegList pinned = {}) const { 257 Register low = pinned.set(unused_register(kGpReg, pinned)).gp(); 258 Register high = unused_register(kGpReg, pinned).gp(); 262 kFpCacheRegList.MaskOut(used_registers).MaskOut(pinned); 270 return unused_register(candidates, pinned); 274 LiftoffRegList pinned = {}) const { [all …]
|
D | liftoff-assembler.cc | 626 LiftoffRegList pinned) { in LoadToRegister() argument 628 LiftoffRegister reg = GetUnusedRegister(reg_class_for(slot.kind()), pinned); in LoadToRegister() 657 LiftoffRegList pinned) { in PeekToRegister() argument 663 LiftoffRegister reg = LoadToRegister(slot, pinned); in PeekToRegister() 698 LiftoffRegList pinned; in PrepareLoopArgs() local 699 pinned.set(slot.reg()); in PrepareLoopArgs() 700 LiftoffRegister dst_reg = GetUnusedRegister(rc, pinned); in PrepareLoopArgs() 902 LiftoffRegList pinned) { in ClearRegister() argument 926 replacement = GetUnusedRegister(kGpReg, pinned).gp(); in ClearRegister() 1097 LiftoffRegList pinned; in FinishCall() local [all …]
|
/third_party/rust/crates/cxx/syntax/ |
D | impls.rs | 156 pinned, in eq() 165 pinned: pinned2, in eq() 173 pinned == pinned2 && lifetime == lifetime2 && mutable == mutable2 && inner == inner2 in eq() 180 pinned, in hash() 188 pinned.hash(state); in hash() 404 pinned, in eq() 416 pinned: pinned2, in eq() 427 pinned == pinned2 && lifetime == lifetime2 && mutable == mutable2 && ty == ty2 in eq() 434 pinned, in hash() 445 pinned.hash(state); in hash()
|
/third_party/ltp/testcases/kernel/power_management/ |
D | pm_cpu_consolidation.py | 63 pinned="no" 65 trigger_ebizzy (options.smt_value, "partial", duration, background, pinned) 74 trigger_kernbench (options.smt_value, "partial", background, pinned, "no") 124 pinned ="no" 131 …orkld( options.smt_value, options.work_ld, options.stress, duration, background, pinned, perf_test)
|
/third_party/skia/site/docs/dev/tools/ |
D | sk.md | 19 and their versions are pinned under 26 * download - Download the pinned version of the asset into the given directory. 27 * upload - Upload a new version of the asset and update the pinned version. If 31 * get-version - Print the pinned version of the asset. 32 * set-version - Set the pinned version of the asset. `sk` verifies that the 65 Skia Infra's CI/CD pipeline. The version used by Skia is pinned in
|
/third_party/typescript/tests/baselines/reference/ |
D | commentOnSignature1.types | 18 Keep this pinned 22 /*! Don't keep this pinned comment */ 44 /*! keep this pinned comment */ 57 /*! keep this pinned comment */
|
D | commentOnSignature1.symbols | 18 Keep this pinned 22 /*! Don't keep this pinned comment */ 44 /*! keep this pinned comment */ 57 /*! keep this pinned comment */
|
D | pinnedComments1.types | 3 Keep this pinned comment 8 /*! pinned comment that need to be removed */
|
D | pinnedComments1.symbols | 3 Keep this pinned comment 8 /*! pinned comment that need to be removed */
|
D | commentOnAmbientVariable1.types | 3 Keep this pinned comment 7 /*! Don't keep this pinned comment */
|
D | commentOnInterface1.types | 9 Keep this pinned 13 /*! Don't keep this pinned comment */
|
D | commentOnElidedModule1.types | 9 Keep this pinned 13 /*! Don't keep this pinned comment */
|
D | commentOnAmbientVariable1.symbols | 3 Keep this pinned comment 7 /*! Don't keep this pinned comment */
|
D | commentOnAmbientClass1.types | 9 Keep this pinned comment 13 /*! Don't keep this pinned comment */
|
D | commentOnAmbientEnum.types | 8 Keep this pinned comment 12 /*! Don't keep this pinned comment */
|
D | commentOnElidedModule1.symbols | 8 Keep this pinned 12 /*! Don't keep this pinned comment */
|
D | commentOnInterface1.symbols | 8 Keep this pinned 12 /*! Don't keep this pinned comment */
|
D | doNotEmitPinnedCommentOnNotEmittedNodets.types | 5 /*! remove pinned comment anywhere else */ 17 /*! remove pinned comment anywhere else */
|
D | commentOnAmbientfunction.types | 11 Keep this pinned comment 15 /*! Don't keep this pinned comment */
|
D | doNotEmitPinnedCommentOnNotEmittedNode.types | 5 /*! remove pinned comment anywhere else */ 21 /*! remove pinned comment anywhere else */
|
D | commentOnAmbientClass1.symbols | 9 Keep this pinned comment 13 /*! Don't keep this pinned comment */
|
D | commentOnAmbientModule.types | 18 Keep this pinned comment 22 /*! Don't keep this pinned comment */
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
D | liftoff-assembler-loong64.h | 370 LiftoffRegList pinned) { in LoadTaggedPointer() argument 386 LiftoffRegList pinned, in StoreTaggedPointer() argument 424 LoadType type, LiftoffRegList pinned, in Load() argument 473 StoreType type, LiftoffRegList pinned, in Store() argument 510 LoadType type, LiftoffRegList pinned) { in AtomicLoad() argument 548 StoreType type, LiftoffRegList pinned) { in AtomicStore() argument 602 LiftoffRegList pinned = {dst_addr, offset_reg, value, result}; \ 603 Register temp0 = pinned.set(GetUnusedRegister(kGpReg, pinned)).gp(); \ 604 Register temp1 = pinned.set(GetUnusedRegister(kGpReg, pinned)).gp(); \ 605 Register temp2 = pinned.set(GetUnusedRegister(kGpReg, pinned)).gp(); \ [all …]
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 196 LiftoffRegList pinned = {clobbered_dst_reg, src}; in I64Shiftop() local 198 pinned.set(assm->GetUnusedRegister(kGpReg, pinned)).gp(); in I64Shiftop() 205 *later_src_reg = assm->GetUnusedRegister(kGpReg, pinned).gp(); in I64Shiftop() 644 LiftoffRegList pinned, 740 LiftoffRegList pinned) { in LoadTaggedPointer() argument 743 offset_imm, LoadType::kI32Load, pinned); in LoadTaggedPointer() 758 LiftoffRegList pinned, in StoreTaggedPointer() argument 764 actual_offset_reg = GetUnusedRegister(kGpReg, pinned).gp(); in StoreTaggedPointer() 796 LoadType type, LiftoffRegList pinned, in Load() argument 802 static_cast<int32_t>(offset_imm), type, pinned, in Load() [all …]
|