Searched refs:kAlign (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | decoration_validation_test.cc | 54 kAlign, enumerator 93 case DecorationKind::kAlign: in createDecorations() 152 testing::Values(TestParams{DecorationKind::kAlign, false}, 187 testing::Values(TestParams{DecorationKind::kAlign, false}, 236 testing::Values(TestParams{DecorationKind::kAlign, false}, 275 testing::Values(TestParams{DecorationKind::kAlign, false}, 325 testing::Values(TestParams{DecorationKind::kAlign, false}, 373 testing::Values(TestParams{DecorationKind::kAlign, false}, 423 testing::Values(TestParams{DecorationKind::kAlign, false}, 469 testing::Values(TestParams{DecorationKind::kAlign, false}, [all …]
|
/third_party/lzma/Asm/x86/ |
D | LzmaDecOpt.asm | 489 kAlign equ (IsMatch + (kNumStates2 SHL kNumPosBitsMax)) define 490 IsRep equ (kAlign + kAlignTableSize) 498 if kAlign ne 0
|
/third_party/lzma/Asm/arm64/ |
D | LzmaDecOpt.S | 641 .equ kAlign , (IsMatch + (kNumStates2 << kNumPosBitsMax)) define 642 .equ IsRep , (kAlign + kAlignTableSize) 938 SET_probs kAlign
|
/third_party/node/deps/v8/src/compiler/ |
D | effect-control-linearizer.cc | 4920 constexpr int kAlign = alignof(FastApiTypedArray<int32_t>); in AdaptFastCallTypedArrayArgument() local 4922 static_assert(kAlign == alignof(FastApiTypedArray<double>), in AdaptFastCallTypedArrayArgument() 4932 Node* stack_slot = __ StackSlot(kSize, kAlign); in AdaptFastCallTypedArrayArgument() 4949 int kAlign = alignof(uintptr_t); in AdaptFastCallArgument() local 4955 Node* stack_slot = __ StackSlot(kSize, kAlign); in AdaptFastCallArgument() 4977 Node* stack_slot = __ StackSlot(kSize, kAlign); in AdaptFastCallArgument() 5042 int kAlign = alignof(uintptr_t); in AdaptOverloadedFastCallArgument() local 5044 Node* stack_slot = __ StackSlot(kSize, kAlign); in AdaptOverloadedFastCallArgument() 5178 int kAlign = alignof(v8::FastApiCallbackOptions); in LowerFastApiCall() local 5184 stack_slot = __ StackSlot(kSize, kAlign); in LowerFastApiCall()
|
D | wasm-compiler.cc | 3945 int kAlign = 4; // Ensure that the LSB is 0, such that this looks like a Smi. in TraceMemoryOperation() local 3947 gasm_->StackSlot(sizeof(wasm::MemoryTracingInfo), kAlign); in TraceMemoryOperation() 7401 constexpr int kAlign = alignof(uintptr_t); in BuildJSFastApiCallWrapper() local 7403 Node* stack_slot = gasm_->StackSlot(kSize, kAlign); in BuildJSFastApiCallWrapper()
|