Home
last modified time | relevance | path

Searched refs:CR0 (Results 1 - 25 of 49) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h59 #define CR0 0000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h59 #define CR0 0000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h59 #define CR0 0000000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h59 #define CR0 0000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h59 #define CR0 0000000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h59 #define CR0 0000000 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h60 #define CR0 0000000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h68 #define CR0 0000000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h60 #define CR0 0000000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h60 #define CR0 0000000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h68 #define CR0 0000000 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c55 C(CR0) in f()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h30 Reg = PPC::CR0; in getCRFromCRBit()
H A DPPCInstrInfo.cpp1788 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 DPPCMCCodeEmitter.cpp242 (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 DPPCMCTargetDesc.h186 PPC::CR0, PPC::CR1, PPC::CR2, PPC::CR3, \
H A DPPCInstPrinter.cpp431 case PPC::CR0: RegNo = 0; break; in printcrbitm()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs205 /// `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 DGuardWidening.cpp513 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 Dtermios.c713 #ifdef CR0
714 {"CR0", CR0},
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs327 /// `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 DX86DisassemblerDecoder.h363 ENTRY(CR0) \
/third_party/toybox/toys/pending/
H A Dstty.c104 { "nl1", NL1, NLDLY }, { "cr0", CR0, CRDLY }, { "cr1", CR1, CRDLY },
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs276 pub use constants::CR0;
H A Dconstants.rs244 pub use backend::termios::types::CR0;

Completed in 21 milliseconds

12