Home
last modified time | relevance | path

Searched refs:cst (Results 1 – 8 of 8) sorted by relevance

/art/test/646-checker-arraycopy-large-cst-pos/
DAndroid.bp3 // Build rules for ART run-test `646-checker-arraycopy-large-cst-pos`.
16 name: "art-run-test-646-checker-arraycopy-large-cst-pos",
21 ":art-run-test-646-checker-arraycopy-large-cst-pos-expected-stdout",
22 ":art-run-test-646-checker-arraycopy-large-cst-pos-expected-stderr",
31 name: "art-run-test-646-checker-arraycopy-large-cst-pos-expected-stdout",
32 out: ["art-run-test-646-checker-arraycopy-large-cst-pos-expected-stdout.txt"],
39 name: "art-run-test-646-checker-arraycopy-large-cst-pos-expected-stderr",
40 out: ["art-run-test-646-checker-arraycopy-large-cst-pos-expected-stderr.txt"],
/art/libartbase/base/
Dbit_struct_test.cc98 TestTwoCustom cst{}; in TEST() local
101 cst.f4_a = CustomBitStruct(0b0110); in TEST()
102 cst.f4_b = CustomBitStruct(0b0101); in TEST()
104 int8_t read_out = static_cast<CustomBitStruct>(cst.f4_a).data; in TEST()
105 int8_t read_out_b = static_cast<CustomBitStruct>(cst.f4_b).data; in TEST()
110 EXPECT_EQ(AsUint(cst), 0b01010110u); in TEST()
113 cst.f4_a = CustomBitStruct(0); in TEST()
115 read_out = static_cast<CustomBitStruct>(cst.f4_a).data; in TEST()
116 read_out_b = static_cast<CustomBitStruct>(cst.f4_b).data; in TEST()
121 EXPECT_EQ(AsUint(cst), 0b01010000u); in TEST()
/art/compiler/optimizing/
Dinstruction_simplifier_x86_shared.cc127 HConstant* cst = add->GetConstantRight(); in AreLeastSetBitInputs() local
128 return cst != nullptr && cst->IsMinusOne() && other == add->GetLeastConstantLeft(); in AreLeastSetBitInputs()
132 HConstant* cst = sub->GetConstantRight(); in AreLeastSetBitInputs() local
133 return cst != nullptr && cst->IsOne() && other == sub->GetLeastConstantLeft(); in AreLeastSetBitInputs()
Dinstruction_simplifier.cc484 int64_t cst = Int64FromConstant(shift_amount->AsConstant()); in VisitShift() local
485 int64_t masked_cst = cst & implicit_mask; in VisitShift()
495 } else if (masked_cst != cst) { in VisitShift()
Dcode_generator_arm64.cc1659 HConstant* cst = constant.GetConstant(); in CoherentConstantAndType() local
1660 return (cst->IsIntConstant() && type == DataType::Type::kInt32) || in CoherentConstantAndType()
1662 (cst->IsNullConstant() && type == DataType::Type::kInt32) || in CoherentConstantAndType()
1663 (cst->IsLongConstant() && type == DataType::Type::kInt64) || in CoherentConstantAndType()
1664 (cst->IsFloatConstant() && type == DataType::Type::kFloat32) || in CoherentConstantAndType()
1665 (cst->IsDoubleConstant() && type == DataType::Type::kFloat64); in CoherentConstantAndType()
Dcode_generator_arm_vixl.cc5488 int32_t cst = Int32ConstantFrom(second); in HandleShift() local
5489 uint32_t shift_value = cst & kMaxIntShiftDistance; in HandleShift()
5573 int32_t cst = Int32ConstantFrom(second); in HandleShift() local
5574 uint32_t shift_value = cst & kMaxLongShiftDistance; in HandleShift()
/art/
DTEST_MAPPING1157 "name": "art-run-test-646-checker-arraycopy-large-cst-pos"
2585 "name": "art-run-test-646-checker-arraycopy-large-cst-pos[com.google.android.art.apex]"
4031 "name": "art-run-test-646-checker-arraycopy-large-cst-pos"
5467 "name": "art-run-test-646-checker-arraycopy-large-cst-pos"
/art/tools/fuzzer/
DAndroid.bp983 "host_646-checker-arraycopy-large-cst-pos_classes.dex",