Searched refs:ImmExtendShift (Results 1 – 11 of 11) sorted by relevance
/external/vixl/src/a64/ |
D | disasm-a64.cc | 1628 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField() 1629 AppendToOutput(", lsl #%d", instr->ImmExtendShift()); in SubstituteExtendField() 1633 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField() 1634 AppendToOutput(" #%d", instr->ImmExtendShift()); in SubstituteExtendField()
|
D | constants-a64.h | 75 V_(ImmExtendShift, 12, 10, Bits) \
|
D | assembler-a64.h | 1570 static Instr ImmExtendShift(unsigned left_shift) { in ImmExtendShift() function
|
D | simulator-a64.cc | 640 instr->ImmExtendShift()); in VisitAddSubExtended()
|
D | assembler-a64.cc | 1828 ExtendMode(operand.extend()) | ImmExtendShift(operand.shift_amount()) | in DataProcExtendedRegister()
|
/external/chromium_org/v8/src/arm64/ |
D | disasm-arm64.cc | 1636 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField() 1637 AppendToOutput(", lsl #%d", instr->ImmExtendShift()); in SubstituteExtendField() 1641 if (instr->ImmExtendShift() > 0) { in SubstituteExtendField() 1642 AppendToOutput(" #%d", instr->ImmExtendShift()); in SubstituteExtendField()
|
D | constants-arm64.h | 151 V_(ImmExtendShift, 12, 10, Bits) \
|
D | assembler-arm64-inl.h | 1133 Instr Assembler::ImmExtendShift(unsigned left_shift) {
|
D | assembler-arm64.h | 1830 inline static Instr ImmExtendShift(unsigned left_shift);
|
D | assembler-arm64.cc | 2444 ExtendMode(operand.extend()) | ImmExtendShift(operand.shift_amount()) | in DataProcExtendedRegister()
|
D | simulator-arm64.cc | 1419 unsigned left_shift = instr->ImmExtendShift(); in VisitAddSubExtended()
|