Home
last modified time | relevance | path

Searched refs:fcsel (Results 1 - 11 of 11) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-disasm-fp-aarch64.cc256 COMPARE(fcsel(h0, h1, h2, eq), "fcsel h0, h1, h2, eq"); in TEST()
257 COMPARE(fcsel(h31, h31, h30, ne), "fcsel h31, h31, h30, ne"); in TEST()
258 COMPARE(fcsel(s0, s1, s2, eq), "fcsel s0, s1, s2, eq"); in TEST()
259 COMPARE(fcsel(s31, s31, s30, ne), "fcsel s31, s31, s30, ne"); in TEST()
260 COMPARE(fcsel(d0, d1, d2, mi), "fcsel d in TEST()
[all...]
H A Dtest-assembler-fp-aarch64.cc2040 TEST(fcsel) { in TEST()
2058 __ fcsel(s4, s16, s17, al); in TEST()
2059 __ fcsel(d5, d18, d19, nv); in TEST()
2090 __ fcsel(h4, h16, h17, al); in TEST()
2091 __ fcsel(h5, h16, h17, nv); in TEST()
H A Dtest-cpu-features-aarch64.cc547 TEST_FP(fcsel_0, fcsel(d0, d1, d2, cs))
548 TEST_FP(fcsel_1, fcsel(s0, s1, s2, ne))
3456 TEST_FP_FPHALF(fcsel_0, fcsel(h0, h1, h2, cc))
H A Dtest-trace-aarch64.cc449 __ fcsel(d10, d14, d19, gt); in GenerateTestSequenceFP()
450 __ fcsel(s22, s18, s2, ge); in GenerateTestSequenceFP()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c74 OPC(fcsel, SELECT, 0_1_2, NZ),
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h555 fcsel(fd, fn, fm, cond); in Fcsel()
H A Dassembler-arm64.h1698 void fcsel(const VRegister& vd, const VRegister& vn, const VRegister& vm,
H A Dassembler-arm64.cc2713 void Assembler::fcsel(const VRegister& fd, const VRegister& fn, in fcsel() function in v8::internal::Assembler
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h2381 void fcsel(const VRegister& vd,
H A Dassembler-aarch64.cc3547 void Assembler::fcsel(const VRegister& vd,
H A Dmacro-assembler-aarch64.h1520 fcsel(vd, vn, vm, cond); in Fcsel()

Completed in 59 milliseconds