HomeSort by relevance Sort by last modified time
    Searched full:x1f (Results 151 - 175 of 3940) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@rol-hw.d 15 [0-9a-f]+ <[^>]*> 0084 f8c0 ror a0,a0,0x1f
16 [0-9a-f]+ <[^>]*> 0085 f8c0 ror a0,a1,0x1f
24 [0-9a-f]+ <[^>]*> 0085 f8c0 ror a0,a1,0x1f
28 [0-9a-f]+ <[^>]*> 0085 f8c0 ror a0,a1,0x1f
mips32-sync.d 13 0+0014 <foo\+0x14> 000007cf[ ]*sync 0x1f
  /art/test/431-optimizing-arith-shifts/src/
Main.java 55 // Only the 5 lower bits should be used for shifting (& 0x1f).
56 expectEquals(7, $opt$ShlInt(7, 32)); // 32 & 0x1f = 0
57 expectEquals(14, $opt$ShlInt(7, 33)); // 33 & 0x1f = 1
58 expectEquals(32, $opt$ShlInt(1, 101)); // 101 & 0x1f = 5
60 expectEquals(Integer.MIN_VALUE, $opt$ShlInt(1, -1)); // -1 & 0x1f = 31
61 expectEquals(14, $opt$ShlInt(7, -31)); // -31 & 0x1f = 1
62 expectEquals(7, $opt$ShlInt(7, -32)); // -32 & 0x1f = 0
63 expectEquals(-536870912, $opt$ShlInt(7, -3)); // -3 & 0x1f = 29
124 // Only the 5 lower bits should be used for shifting (& 0x1f).
125 expectEquals(7, $opt$ShrInt(7, 32)); // 32 & 0x1f =
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-opc.c 67 return insn | (((insn >> 21) & 0x1f) << 16);
74 && ((insn >> 21) & 0x1f) != ((insn >> 16) & 0x1f))
86 return insn | ((insn >> 21) & 0x1f);
93 && ((insn >> 21) & 0x1f) != (insn & 0x1f))
111 if (invalid != (int *) NULL && ((insn >> 21) & 0x1f) != 31)
127 if (invalid != (int *) NULL && ((insn >> 16) & 0x1f) != 31)
143 if (invalid != (int *) NULL && (insn & 0x1f) != 31)
    [all...]
  /bionic/libc/kernel/uapi/linux/
pci.h 22 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /development/ndk/platforms/android-21/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /external/icu/icu4c/source/test/perf/usetperf/
bitset.cpp 32 int32_t bitInLong = bitIndex & 0x1F;
39 int32_t bitInLong = bitIndex & 0x1F;
  /external/kernel-headers/original/uapi/linux/
pci.h 30 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
31 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /external/llvm/test/MC/Disassembler/ARM/
unpredictable-AI1cmp-arm.txt 16 # CHECK: 0x1f 0x01 0x52 0x01
17 0x1f 0x01 0x52 0x01
  /external/vixl/test/traces/a64/
sim-rbit-8b-trace-a64.h 42 0xfe, 0x01, 0x81, 0x41, 0xc1, 0x55, 0x33, 0x1f,
43 0x01, 0x81, 0x41, 0xc1, 0x55, 0x33, 0x1f, 0xbf,
44 0x81, 0x41, 0xc1, 0x55, 0x33, 0x1f, 0xbf, 0x7f,
45 0x41, 0xc1, 0x55, 0x33, 0x1f, 0xbf, 0x7f, 0xff,
46 0xc1, 0x55, 0x33, 0x1f, 0xbf, 0x7f, 0xff, 0x00,
47 0x55, 0x33, 0x1f, 0xbf, 0x7f, 0xff, 0x00, 0x80,
48 0x33, 0x1f, 0xbf, 0x7f, 0xff, 0x00, 0x80, 0x40,
49 0x1f, 0xbf, 0x7f, 0xff, 0x00, 0x80, 0x40, 0x10,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pci.h 30 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
31 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pci.h 30 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
31 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
pci.h 22 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
24 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f)

Completed in 1549 milliseconds

1 2 3 4 5 67 8 91011>>