Home
last modified time | relevance | path

Searched refs:bfm (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h593 void bfm(const Register& rd, const Register& rn, int immr, int imms);
606 bfm(rd, rn, (rd.SizeInBits() - lsb) & (rd.SizeInBits() - 1), width - 1); in bfi()
613 bfm(rd, rn, lsb, lsb + width - 1); in bfxil()
H A Dassembler-arm64.cc982 void Assembler::bfm(const Register& rd, const Register& rn, int immr, in bfm() function in v8::internal::Assembler
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h763 void bfm(const Register& rd,
789 bfm(rd, in bfi()
802 bfm(rd, rn, lsb, lsb + width - 1); in bfxil()
H A Dassembler-aarch64.cc680 void Assembler::bfm(const Register& rd, in bfm() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h1184 bfm(rd, rn, immr, imms); in Bfm()
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc72 __ bfm(w21, w22, 5, 6); in GenerateTestSequenceBase()
73 __ bfm(x23, x24, 7, 8); in GenerateTestSequenceBase()
H A Dtest-cpu-features-aarch64.cc198 TEST_NONE(bfm_0, bfm(w0, w1, 27, 31))
199 TEST_NONE(bfm_1, bfm(x0, x1, 54, 57))
H A Dtest-assembler-aarch64.cc6772 TEST(bfm) {

Completed in 66 milliseconds