Searched refs:revb (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 1381 Format(instr, "revb.2h 'rd, 'rj"); in DecodeTypekOp22() 1384 Format(instr, "revb.4h 'rd, 'rj"); in DecodeTypekOp22() 1387 Format(instr, "revb.2w 'rd, 'rj"); in DecodeTypekOp22() 1390 Format(instr, "revb.d 'rd, 'rj"); in DecodeTypekOp22()
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 220 __ revb(z11.VnD(), p6.Merging(), z11.VnD()); in TEST() 801 __ revb(z26.VnD(), p3.Merging(), z13.VnD()); in TEST() 1525 __ revb(z1.VnS(), p4.Merging(), z6.VnS()); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 5254 void revb(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
|
H A D | assembler-sve-aarch64.cc | 5881 void Assembler::revb(const ZRegister& zd, in revb() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 5783 revb(zd, pg, zn); in Revb()
|
Completed in 44 milliseconds