Home
last modified time | relevance | path

Searched refs:Thumb (Results 1 – 25 of 45) sorted by relevance

12

/third_party/libinput/doc/user/
Dtouchpad-thumb-detection.rst4 Thumb detection
7 Thumb detection tries to identify touches triggered by a thumb rather than a
21 Thumb detection uses multiple approaches and the final decision on whether
27 Thumb detection based on pressure or size
49 Thumb detection areas
72 Thumb movement based on speed
82 Thumb detection based on finger positions
Dpalm-detection.rst187 Thumb detection
Dgestures.rst251 Thumb and palm detection effectively remove touches from being counted
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DREADME-Thumb.txt2 // Random ideas for the ARM backend (Thumb specific).
5 * Add support for compiling functions in both ARM and Thumb mode, then taking
12 * Thumb doesn't have normal pre/post increment addressing modes, but you can
32 * Thumb jumptable codegen can improve given some help from the assembler. This
214 etc. Almost all Thumb instructions clobber condition code.
218 Thumb load / store address mode offsets are scaled. The values kept in the
DARMFrameLowering.cpp2250 bool Thumb = ST->isThumb(); in adjustForSegmentedStacks() local
2351 if (Thumb) { in adjustForSegmentedStacks()
2381 if (Thumb) { in adjustForSegmentedStacks()
2393 if (!CompareStackPointer && Thumb) { in adjustForSegmentedStacks()
2407 if (Thumb && ST->isThumb1Only()) { in adjustForSegmentedStacks()
2427 BuildMI(McrMBB, DL, TII.get(Thumb ? ARM::t2MRC : ARM::MRC), in adjustForSegmentedStacks()
2442 BuildMI(GetMBB, DL, TII.get(Thumb ? ARM::t2LDRi12 : ARM::LDRi12), in adjustForSegmentedStacks()
2451 Opcode = Thumb ? ARM::tCMPr : ARM::CMPrr; in adjustForSegmentedStacks()
2458 Opcode = Thumb ? ARM::tBcc : ARM::Bcc; in adjustForSegmentedStacks()
2470 if (Thumb) { in adjustForSegmentedStacks()
[all …]
DARMExpandPseudoInsts.cpp1410 const bool Thumb = Opcode == ARM::tTPsoft; in ExpandMI() local
1422 TII->get(Thumb ? ARM::tLDRpci : ARM::LDRi12), Reg) in ExpandMI()
1424 if (!Thumb) in ExpandMI()
1429 TII->get(Thumb ? ARM::tBLXr : ARM::BLX)); in ExpandMI()
1430 if (Thumb) in ExpandMI()
1435 TII->get(Thumb ? ARM::tBL : ARM::BL)); in ExpandMI()
1436 if (Thumb) in ExpandMI()
1927 const bool Thumb = Opcode == ARM::tBL_PUSHLR; in ExpandMI() local
1931 if (Thumb) { in ExpandMI()
DARMInstrThumb.td1 //===-- ARMInstrThumb.td - Thumb support for ARM -----------*- tablegen -*-===//
9 // This file describes the Thumb instruction set.
14 // Thumb specific DAG Nodes.
106 // Define Thumb specific addressing modes.
830 // There is no non-writeback version of STM for Thumb.
1029 // Thumb has more flexible short encodings for ADD than ORR, so use those where
1449 // Conditional move tMOVCCr - Used to implement the Thumb SELECT_CC operation.
1479 // Thumb-1 doesn't have the TBB or TBH instructions, but we can synthesize them
1480 // and make use of the same compressed jump table format as Thumb-2.
DARM.td23 "true", "Thumb mode">;
125 "Enable divide instructions in Thumb">;
317 "Prefer 32-bit Thumb instrs">;
379 // Special TRAP encoding for NaCl, which looks like a TRAP in Thumb too.
DARMInstrFormats.td81 // a 16-bit Thumb instruction if certain conditions are met.
406 // The instruction is a 16-bit flag setting Thumb instruction. Used
453 let DecoderNamespace = "Thumb";
503 // PseudoInst that's Thumb-mode only.
511 // PseudoInst that's in ARMv8-M baseline (Somewhere between Thumb and Thumb2)
1133 // Thumb Instruction Format Definitions.
1146 // TI - Thumb instruction.
1250 // A6.2 16-bit Thumb instruction encoding
1375 let DecoderNamespace = "Thumb";
DARMRegisterInfo.td308 // Thumb registers are R0-R7 normally. Some instructions can still use
314 // Thumb registers R0-R7 and the PC. Some instructions like TBB or THH allow
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Drange_slider.dart491 return Thumb.start;
493 return Thumb.end;
497 return Thumb.start;
499 return Thumb.end;
693 Thumb _lastThumbSelection;
894 _updateLabelPainter(Thumb.start);
895 _updateLabelPainter(Thumb.end);
898 void _updateLabelPainter(Thumb thumb) {
905 case Thumb.start:
909 case Thumb.end:
[all …]
Dslider_theme.dart227 enum Thumb {
1211 Thumb thumb,
1290 Thumb thumb,
2312 Thumb thumb,
2535 Thumb thumb,
2845 typedef RangeThumbSelector = Thumb Function(
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dslider_demo.dart71 Thumb thumb,
84 case Thumb.start:
87 case Thumb.end:
94 case Thumb.start:
97 case Thumb.end:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h46 if (Flags.getTargetFlags() & ARMJITSymbolFlags::Thumb) in modifyAddressBasedOnFlags()
58 return (Entry.getFlags().getTargetFlags() & ARMJITSymbolFlags::Thumb); in isAddrTargetThumb()
129 ARMJITSymbolFlags::Thumb; in processRelocationRef()
/third_party/elfutils/tests/
Drun-readelf-A.sh52 THUMB_ISA_use: Thumb-2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp63 Flags |= ARMJITSymbolFlags::Thumb; in fromObjectSymbol()
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscrollbar.dart208 // Thumb extent reflects fraction of content visible, as long as this
222 // Thumb extent is no smaller than minLength if scrolling normally.
224 // User is overscrolling. Thumb extent can be less than minLength
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h196 Thumb = 1 << 0 enumerator
/third_party/jerryscript/
DREADME.md15 * 160K binary size when compiled for ARM Thumb-2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h145 Thumb = 0x1C2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h136 Thumb = 0xf0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp315 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Thumb, OS) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp194 CV_ENUM_CLASS_ENT(CPUType, Thumb),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT160 D: Thumb-2 code generator
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dkeyboard_key.dart1588 /// Represents the logical "Game Button Thumb Left" key on the keyboard.
1591 …eft = LogicalKeyboardKey(0x0010005371b, debugName: kReleaseMode ? null : 'Game Button Thumb Left');
1593 /// Represents the logical "Game Button Thumb Right" key on the keyboard.
1596 …ht = LogicalKeyboardKey(0x0010005371c, debugName: kReleaseMode ? null : 'Game Button Thumb Right');
3484 /// Represents the location of the "Game Button Thumb Left" key on a
3488 …bLeft = PhysicalKeyboardKey(0x0005371b, debugName: kReleaseMode ? null : 'Game Button Thumb Left');
3490 /// Represents the location of the "Game Button Thumb Right" key on a
3494 …ight = PhysicalKeyboardKey(0x0005371c, debugName: kReleaseMode ? null : 'Game Button Thumb Right');

12