/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 631 void Ubfx(Register dst, Register src, int lsb, int width, 867 Ubfx(dst, src, Field::kShift, Field::kSize); in DecodeField()
|
H A D | macro-assembler-arm.cc | 575 void MacroAssembler::Ubfx(Register dst, Register src1, int lsb, int width, in Ubfx() function in v8::internal::MacroAssembler
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.h | 1058 inline void Ubfx(const Register& rd, const Register& rn, unsigned lsb, 1833 Ubfx(dst, src, shift, setbits); in DecodeField()
|
H A D | macro-assembler-arm64-inl.h | 984 void TurboAssembler::Ubfx(const Register& rd, const Register& rn, unsigned lsb, in Ubfx() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 1469 __ Ubfx(i.OutputRegister(), i.InputRegister(0), i.InputInt6(1), in AssembleArchInstruction() 1473 __ Ubfx(i.OutputRegister32(), i.InputRegister32(0), i.InputInt5(1), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 3381 __ Ubfx(exponent, result, HeapNumber::kMantissaBits, in Generate_DoubleToI() 3402 __ Ubfx(mantissa, result, 0, HeapNumber::kMantissaBits); in Generate_DoubleToI()
|
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 2911 __ Ubfx(scratch, double_high, HeapNumber::kExponentShift, in Generate_DoubleToI() 2954 __ Ubfx(result_reg, double_high, 0, HeapNumber::kMantissaBitsInTopWord); in Generate_DoubleToI()
|
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 748 __ Ubfx(flags, flags, 28, 4); in TestCmp_Helper() 883 __ Ubfx(flags, flags, 28, 4); in TestCmpZero_Helper()
|
H A D | test-assembler-aarch64.cc | 6902 __ Ubfx(x19, x1, 8, 16); 11832 __ Ubfx(x0, x0, kAddressTagOffset, kAddressTagWidth); 11833 __ Ubfx(x1, x1, kAddressTagOffset, kAddressTagWidth); 14217 __ Ubfx(x4, x1, 56, 4); // Extract new tag.
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 5790 void Ubfx( in MacroAssembler() function in vixl::aarch32::MacroAssembler 5804 void Ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 5805 Ubfx(al, rd, rn, lsb, width); in MacroAssembler()
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 2713 void Ubfx(const Register& rd, in Ubfx() function in vixl::aarch64::MacroAssembler
|