/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 59 #define CR0 0000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 59 #define CR0 0000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 59 #define CR0 0000000 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 59 #define CR0 0000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 59 #define CR0 0000000 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 59 #define CR0 0000000 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 60 #define CR0 0000000 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 68 #define CR0 0000000 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 60 #define CR0 0000000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 60 #define CR0 0000000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 68 #define CR0 0000000 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 55 C(CR0) in f()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.h | 30 Reg = PPC::CR0; in getCRFromCRBit()
|
H A D | PPCInstrInfo.cpp | 1788 if (&*I != &CmpInstr && (Instr.modifiesRegister(PPC::CR0, TRI) || 1789 Instr.readsRegister(PPC::CR0, TRI))) 1899 .addReg(PPC::CR0, MIOpC != NewOpC ? RegState::Kill : 0); 1901 // Even if CR0 register were dead before, it is alive now since the 1903 MI->clearRegisterDeads(PPC::CR0); 1976 assert(MI->definesRegister(PPC::CR0) && 2283 // CR0 if the original instruction was a record-form instruction). 2296 .addImm(LII.Imm).addReg(PPC::CR0, RegState::ImplicitDefine); 3783 // setting CR0) 3793 // Shifts by zero don't change the value. If we don't need to set CR0, [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCCodeEmitter.cpp | 242 (MO.getReg() >= PPC::CR0 && MO.getReg() <= PPC::CR7)); in get_crbitm_encoding() 269 MO.getReg() < PPC::CR0 || MO.getReg() > PPC::CR7); in getMachineOpValue()
|
H A D | PPCMCTargetDesc.h | 186 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3, \
|
H A D | PPCInstPrinter.cpp | 431 case PPC::CR0: RegNo = 0; break; in printcrbitm()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 205 /// `CR0` 206 pub const CR0: c::c_uint = linux_raw_sys::general::CR0; consts
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 513 ConstantRange CR0 = 519 // CR0 and CR1, while SupersetIntersect is a superset of the actual 522 // of CR0 and CR1, and can use the same to generate an icmp instruction. 527 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse(); 528 auto SupersetIntersect = CR0.intersectWith(CR1);
|
/third_party/python/Modules/ |
H A D | termios.c | 713 #ifdef CR0 714 {"CR0", CR0},
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 327 /// `CR0` 340 pub const CR0: c::c_uint = c::CR0; consts
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 363 ENTRY(CR0) \
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 104 { "nl1", NL1, NLDLY }, { "cr0", CR0, CRDLY }, { "cr1", CR1, CRDLY },
|
/third_party/rust/crates/rustix/src/termios/ |
H A D | mod.rs | 276 pub use constants::CR0;
|
H A D | constants.rs | 244 pub use backend::termios::types::CR0;
|