HomeSort by relevance Sort by last modified time
    Searched refs:CR0 (Results 126 - 150 of 158) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm-generic/
termbits.h 117 #define CR0 0000000
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
ioctl_compat.h 118 #define CR0 0x00000000
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/
termbits.h 117 #define CR0 0000000
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
ioctl_compat.h 118 #define CR0 0x00000000
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
ioctl_compat.h 114 #define CR0 0x00000000
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
ioctl_compat.h 114 #define CR0 0x00000000
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
ioctl_compat.h 114 #define CR0 0x00000000
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
ioctl_compat.h 114 #define CR0 0x00000000
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
ioctl_compat.h 114 #define CR0 0x00000000
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
termbits.h 119 #define CR0 0000000
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
ioctl_compat.h 118 #define CR0 0x00000000
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
termbits.h 117 #define CR0 0000000
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
ioctl_compat.h 114 #define CR0 0x00000000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rex.x 116 const CR0 = 0x00000000;
rex.h 89 #define CR0 0x00000000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rex.x 116 const CR0 = 0x00000000;
rex.h 89 #define CR0 0x00000000
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64.s 30 MOV RAX,CR0
31 MOV R8,CR0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86_64.s 30 MOV RAX,CR0
31 MOV R8,CR0
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 30 Reg = PPC::CR0;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 336 (MO.getReg() >= PPC::CR0 && MO.getReg() <= PPC::CR7));
350 MO.getReg() < PPC::CR0 || MO.getReg() > PPC::CR7);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
syntax-1.s 35 GETCON CR0,R0
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 358 case PPC::CR0: RegNo = 0; break;
  /external/llvm/lib/IR/
ConstantRange.cpp 135 // Computes the intersection of CR0 and CR1. It is different from
137 // in both CR0 and CR1 (i.e. SubsetIntersect(X, Y) is a *subset*, proper or
140 [](const ConstantRange &CR0, const ConstantRange &CR1) {
141 return CR0.inverse().unionWith(CR1.inverse()).inverse();
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 355 ENTRY(CR0) \

Completed in 1014 milliseconds

1 2 3 4 56 7