Searched refs:Ptest (Results 1 – 8 of 8) sorted by relevance
/third_party/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 3545 __ Ptest(p0, p0.VnB()); in TEST_SVE() local 3547 __ Ptest(p0, p1.VnB()); in TEST_SVE() local 3549 __ Ptest(p0, p2.VnB()); in TEST_SVE() local 3551 __ Ptest(p0, p3.VnB()); in TEST_SVE() local 3553 __ Ptest(p0, p4.VnB()); in TEST_SVE() local 3557 __ Ptest(p1, p0.VnB()); in TEST_SVE() local 3559 __ Ptest(p1, p1.VnB()); in TEST_SVE() local 3561 __ Ptest(p1, p2.VnB()); in TEST_SVE() local 3563 __ Ptest(p1, p3.VnB()); in TEST_SVE() local 3565 __ Ptest(p1, p4.VnB()); in TEST_SVE() local [all …]
|
D | test-disasm-sve-aarch64.cc | 5966 COMPARE_MACRO(Ptest(p0, p1.VnB()), "ptest p0, p1.b"); in TEST()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 390 AVX_OP_SSE4_1(Ptest, ptest)
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 518 __ Ptest(tmp_simd, tmp_simd); \ 3451 __ Ptest(src, src); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 988 __ Ptest(kScratchDoubleReg, kScratchDoubleReg); \ 4170 __ Ptest(src, src); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2366 assm->Ptest(src.fp(), src.fp()); in EmitAnyTrue() 2381 assm->Ptest(tmp, tmp);
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2738 assm->Ptest(src.fp(), src.fp()); in EmitAnyTrue() 2755 assm->Ptest(tmp_simd, tmp_simd);
|
/third_party/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 5662 void Ptest(const PRegister& pg, const PRegisterWithLaneSize& pn) { in Ptest() function
|