| /third_party/vixl/benchmarks/aarch64/ |
| D | bench-utils.cc | 197 __ Bfi(PickR(size), PickR(size), 5, 14); in GenerateTrivialSequence() local
|
| /third_party/node/deps/v8/src/regexp/arm64/ |
| D | regexp-macro-assembler-arm64.cc | 1632 __ Bfi(cached_register, source.X(), 0, kWRegSizeInBits); in StoreRegister() local 1638 __ Bfi(cached_register, source.X(), kWRegSizeInBits, kWRegSizeInBits); in StoreRegister() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64-inl.h | 298 void TurboAssembler::Bfi(const Register& rd, const Register& rn, unsigned lsb, in Bfi() function
|
| /third_party/vixl/test/aarch32/ |
| D | test-assembler-aarch32.cc | 942 __ Bfi(r2, r1, 0, 8); in TEST() local 943 __ Bfi(r2, r1, 16, 16); in TEST() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 1481 __ Bfi(i.OutputRegister(), i.InputRegister(1), i.InputInt6(2), in AssembleArchInstruction() local
|
| /third_party/vixl/test/aarch64/ |
| D | test-assembler-fp-aarch64.cc | 4634 __ Bfi(x11, x10, 0, kWRegSize); in TestUScvtfHelper() local 4789 __ Bfi(x11, x10, 0, kWRegSize); in TestUScvtf32Helper() local
|
| D | test-assembler-aarch64.cc | 6394 __ Bfi(x12, x1, 16, 8); in TEST() local
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 1505 void Bfi( in Assembler() function 1519 void Bfi(Register rd, Register rn, uint32_t lsb, uint32_t width) { in Assembler() function
|
| /third_party/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.h | 1186 void Bfi(const Register& rd, in Bfi() function
|