Searched refs:ImmExtendShift (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/arm64/ |
D | disasm-arm64.cc | 1618 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField() 1619 AppendToOutput(", lsl #%d", instr->ImmExtendShift()); in SubstituteExtendField() 1623 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField() 1624 AppendToOutput(" #%d", instr->ImmExtendShift()); in SubstituteExtendField()
|
D | constants-arm64.h | 148 V_(ImmExtendShift, 12, 10, Bits) \
|
D | assembler-arm64-inl.h | 1125 Instr Assembler::ImmExtendShift(unsigned left_shift) {
|
D | assembler-arm64.h | 1726 inline static Instr ImmExtendShift(unsigned left_shift);
|
D | assembler-arm64.cc | 2465 ExtendMode(operand.extend()) | ImmExtendShift(operand.shift_amount()) | in DataProcExtendedRegister()
|
D | simulator-arm64.cc | 1443 unsigned left_shift = instr->ImmExtendShift(); in VisitAddSubExtended()
|
/external/vixl/src/vixl/a64/ |
D | disasm-a64.cc | 3349 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField() 3350 AppendToOutput(", lsl #%" PRId32, instr->ImmExtendShift()); in SubstituteExtendField() 3354 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField() 3355 AppendToOutput(" #%" PRId32, instr->ImmExtendShift()); in SubstituteExtendField()
|
D | constants-a64.h | 75 V_(ImmExtendShift, 12, 10, Bits) \
|
D | assembler-a64.h | 3945 static Instr ImmExtendShift(unsigned left_shift) { in ImmExtendShift() function
|
D | simulator-a64.cc | 940 instr->ImmExtendShift()); in VisitAddSubExtended()
|
D | assembler-a64.cc | 4902 ExtendMode(operand.extend()) | ImmExtendShift(operand.shift_amount()) | in DataProcExtendedRegister()
|