Home
last modified time | relevance | path

Searched refs:fdivr (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h717 #define FDIVR2(a, b) CHOICE(fdivr ARG2(a,b), fdivr ARG2(a,b), fdivr ARG2(b,a))
1428 #define FDIVR_D(a) fdivr D_(a)
1429 #define FDIVR_S(a) fdivr S_(a)
1430 #define FDIVR2(a, b) fdivr b, a
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc427 __ fdivr(z12.VnD(), p7.Merging(), z12.VnD(), z12.VnD()); in TEST()
943 __ fdivr(z7.VnH(), p7.Merging(), z7.VnH(), z28.VnH()); in TEST()
1790 __ fdivr(z6.VnD(), p1.Merging(), z6.VnD(), z5.VnD()); in TEST()
H A Dtest-disasm-sve-aarch64.cc889 COMPARE(fdivr(z21.VnH(), p3.Merging(), z21.VnH(), z11.VnH()), in TEST()
890 "fdivr z21.h, p3/m, z21.h, z11.h"); in TEST()
891 COMPARE(fdivr(z23.VnS(), p5.Merging(), z23.VnS(), z15.VnS()), in TEST()
892 "fdivr z23.s, p5/m, z23.s, z15.s"); in TEST()
893 COMPARE(fdivr(z25.VnD(), p7.Merging(), z25.VnD(), z19.VnD()), in TEST()
894 "fdivr z25.d, p7/m, z25.d, z19.d"); in TEST()
1148 "fdivr z20.s, p5/m, z20.s, z23.s"); in TEST()
1205 "fdivr z20.s, p5/m, z20.s, z23.s"); in TEST()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h4257 void fdivr(const ZRegister& zd,
H A Dassembler-sve-aarch64.cc640 void Assembler::fdivr(const ZRegister& zd, in fdivr() function in vixl::aarch64::Assembler

Completed in 41 milliseconds