Home
last modified time | relevance | path

Searched refs:AddSubShiftedFixed (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h237 return Mask(AddSubShiftedFMask) == AddSubShiftedFixed; in IsAddSubShifted()
H A Dconstants-arm64.h553 AddSubShiftedFixed = 0x0B000000,
557 A##_w_shift = AddSubShiftedFixed | A, \
558 A##_x_shift = AddSubShiftedFixed | A | SixtyFourBits
H A Dassembler-arm64.cc3658 DataProcShiftedRegister(rd, rn, operand, S, AddSubShiftedFixed | op); in AddSub()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h687 AddSubShiftedFixed = 0x0B000000, enumerator
691 A##_w_shift = AddSubShiftedFixed | A, \
692 A##_x_shift = AddSubShiftedFixed | A | SixtyFourBits
H A Dassembler-aarch64.cc6005 DataProcShiftedRegister(rd, rn, operand, S, AddSubShiftedFixed | op);

Completed in 37 milliseconds