Searched refs:AddSubShiftedFixed (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.h | 237 return Mask(AddSubShiftedFMask) == AddSubShiftedFixed; in IsAddSubShifted()
|
H A D | constants-arm64.h | 553 AddSubShiftedFixed = 0x0B000000, 557 A##_w_shift = AddSubShiftedFixed | A, \ 558 A##_x_shift = AddSubShiftedFixed | A | SixtyFourBits
|
H A D | assembler-arm64.cc | 3658 DataProcShiftedRegister(rd, rn, operand, S, AddSubShiftedFixed | op); in AddSub()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 687 AddSubShiftedFixed = 0x0B000000, enumerator 691 A##_w_shift = AddSubShiftedFixed | A, \ 692 A##_x_shift = AddSubShiftedFixed | A | SixtyFourBits
|
H A D | assembler-aarch64.cc | 6005 DataProcShiftedRegister(rd, rn, operand, S, AddSubShiftedFixed | op);
|
Completed in 37 milliseconds