Searched refs:flogb (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 1579 Format(instr, "flogb.s 'fd, 'fj"); in DecodeTypekOp22() 1582 Format(instr, "flogb.d 'fd, 'fj"); in DecodeTypekOp22()
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 2025 __ flogb(z15.VnH(), p0.Merging(), z3.VnH()); in TEST() 3215 __ flogb(z15.VnH(), p0.Merging(), z15.VnH()); in TEST() 3595 __ flogb(z15.VnH(), p0.Merging(), z3.VnH()); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 4633 LogicVRegister flogb(VectorFormat vform,
|
H A D | assembler-aarch64.h | 6020 void flogb(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
|
H A D | assembler-sve-aarch64.cc | 7033 void Assembler::flogb(const ZRegister& zd, in flogb() function in vixl::aarch64::Assembler
|
H A D | logic-aarch64.cc | 6498 LogicVRegister Simulator::flogb(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 6682 flogb(zd, pg.Merging(), zn); in Flogb()
|
H A D | simulator-aarch64.cc | 2491 flogb(vform, result, zn); in Simulator()
|
Completed in 73 milliseconds