Home
last modified time | relevance | path

Searched defs:FPCR (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/crosvm/hypervisor/src/
H A Daarch64.rs141 pub const FPCR: Self = Self::new_unchecked(0b11, 0b011, 0b0100, 0b0100, 0b000); constant
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/aarch64/reg/
Did.rs466 pub const FPCR: Self = Self::System(0b11_011_0100_0100_000); constant
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/a57_single_step/
H A Ddevice1.ini252 FPCR=0x00000000 key
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/a55-test-tpiu/
H A Ddevice1.ini252 FPCR=0x00000000 key
/aosp_15_r20/external/vixl/src/aarch64/
H A Dconstants-aarch64.h501 FPCR = SystemRegisterEncoder<3, 3, 4, 4, 0>::value, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4510 SDValue FPCR = in LowerSET_ROUNDING() local