Home
last modified time | relevance | path

Searched refs:CR1 (Results 1 – 25 of 69) sorted by relevance

123

/external/u-boot/board/renesas/sh7752evb/
Dspi-boot.c27 #define CR1 0xFE002008 macro
70 spi_write(0x02, CR1); in spi_reset()
75 spi_write(0x00, CR1); in spi_reset()
97 spi_write(spi_read(CR1) | SPI_SSDB, CR1); in spi_read_flash()
98 spi_write(spi_read(CR1) | SPI_SSA, CR1); in spi_read_flash()
104 spi_write(0, CR1); in spi_read_flash()
/external/u-boot/board/renesas/sh7753evb/
Dspi-boot.c23 #define CR1 0xFE002008 macro
75 spi_write(0x02, CR1); in spi_reset()
80 spi_write(0x00, CR1); in spi_reset()
110 spi_write(spi_read(CR1) | SPI_SSDB, CR1); in spi_read_flash()
111 spi_write(spi_read(CR1) | SPI_SSA, CR1); in spi_read_flash()
117 spi_write(0, CR1); in spi_read_flash()
/external/u-boot/board/renesas/sh7757lcr/
Dspi-boot.c31 #define CR1 0xFE002008 macro
69 spi_write(0xfe, CR1); in spi_reset()
72 spi_write(0x00, CR1); in spi_reset()
92 spi_write(spi_read(CR1) | SPI_SSDB, CR1); in spi_read_flash()
93 spi_write(spi_read(CR1) | SPI_SSA, CR1); in spi_read_flash()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h93 #define CR1 0001000 macro
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp418 ConstantRange CR1 = in widenCondCommon() local
430 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse(); in widenCondCommon()
431 auto SupersetIntersect = CR0.intersectWith(CR1); in widenCondCommon()
/external/llvm/test/CodeGen/X86/
Dipra-reg-usage.ll6 …: CS DS EFLAGS EIP EIZ ES FPSW FS GS IP RIP RIZ SS BND0 BND1 BND2 BND3 CR0 CR1 CR2 CR3 CR4 CR5 CR6…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp475 ConstantRange CR1 = in widenCondCommon() local
487 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse(); in widenCondCommon()
488 auto SupersetIntersect = CR0.intersectWith(CR1); in widenCondCommon()
/external/python/cpython2/Modules/
Dtermios.c450 #ifdef CR1
451 {"CR1", CR1},
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h33 Reg = PPC::CR1; in getCRFromCRBit()
DPPCRegisterInfo.td195 def CR1 : CR<1, "cr1", [CR1LT, CR1GT, CR1EQ, CR1UN]>, DwarfRegNum<[69, 69]>;
344 def CRRC : RegisterClass<"PPC", [i32], 32, (add CR0, CR1, CR5, CR6,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.h33 Reg = PPC::CR1; in getCRFromCRBit()
DPPCRegisterInfo.td203 def CR1 : CR<1, "cr1", [CR1LT, CR1GT, CR1EQ, CR1UN]>, DwarfRegNum<[69, 69]>;
369 def CRRC : RegisterClass<"PPC", [i32], 32, (add CR0, CR1, CR5, CR6,
/external/python/cpython3/Modules/
Dtermios.c478 #ifdef CR1
479 {"CR1", CR1},
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py108 CR1 = 0001000 variable
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py108 CR1 = 0001000 variable
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/
DPPCGenRegisterInfo.inc33 CR1 = 13,
1408 PPC::CR0, PPC::CR1, PPC::CR5, PPC::CR6, PPC::CR7, PPC::CR2, PPC::CR3, PPC::CR4,
1839 { 69U, PPC::CR1 },
1984 { 69U, PPC::CR1 },
2127 { 69U, PPC::CR1 },
2272 { 69U, PPC::CR1 },
2356 { PPC::CR1, 69U },
2631 { PPC::CR1, 69U },
2909 { PPC::CR1, 69U },
3184 { PPC::CR1, 69U },
[all …]
/external/llvm/lib/IR/
DConstantRange.cpp179 [](const ConstantRange &CR0, const ConstantRange &CR1) { in makeGuaranteedNoWrapRegion() argument
180 return CR0.inverse().unionWith(CR1.inverse()).inverse(); in makeGuaranteedNoWrapRegion()
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp362 case PPC::CR1: RegNo = 1; break; in printcrbitm()
/external/rust/crates/libc/src/unix/uclibc/mips/
Dmod.rs398 pub const CR1: ::tcflag_t = 0x00000200; constant
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp405 case PPC::CR1: RegNo = 1; break; in printcrbitm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantRange.cpp190 [](const ConstantRange &CR0, const ConstantRange &CR1) { in makeGuaranteedNoWrapRegion() argument
191 return CR0.inverse().unionWith(CR1.inverse()).inverse(); in makeGuaranteedNoWrapRegion()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h356 ENTRY(CR1) \
/external/toybox/toys/pending/
Dstty.c104 { "nl1", NL1, NLDLY }, { "cr0", CR0, CRDLY }, { "cr1", CR1, CRDLY },
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h356 ENTRY(CR1) \
/external/capstone/arch/X86/
DX86DisassemblerDecoder.h362 ENTRY(CR1) \

123