Home
last modified time | relevance | path

Searched refs:Mips64 (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/gdbstub/src/arch/mips/
Dmod.rs21 pub enum Mips64<RegIdImpl: RegId = reg::id::MipsRegId<u64>> { enum
42 impl<RegIdImpl: RegId> Arch for Mips64<RegIdImpl> { implementation
/external/llvm/lib/Target/Mips/
DMipsInstrFPU.td117 string DecoderNamespace = "Mips64";
133 string DecoderNamespace = "Mips64";
140 let DecoderNamespace = "Mips64";
263 let DecoderNamespace = "Mips64" in
287 let DecoderNamespace = "Mips64" in {
324 let DecoderNamespace = "Mips64" in {
375 let DecoderNamespace = "Mips64";
383 let DecoderNamespace = "Mips64";
399 let DecoderNamespace = "Mips64";
410 let DecoderNamespace = "Mips64", AdditionalPredicates = [NotInMicroMips] in {
[all …]
DMipsSubtarget.h42 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6 enumerator
212 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64()
DMips.td139 "Mips64", "Mips64 ISA Support",
DMipsCondMov.td152 let DecoderNamespace = "Mips64" in {
191 let DecoderNamespace = "Mips64" in {
DMips64InstrInfo.td1 //===- Mips64InstrInfo.td - Mips64 Instruction Information -*- tablegen -*-===//
10 // This file describes Mips64 instructions.
93 let DecoderNamespace = "Mips64" in {
482 let DecoderNamespace = "Mips64", Predicates = [HasMips64] in {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.h45 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6 enumerator
269 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64()
DMips.td151 "Mips64", "Mips64 ISA Support",
168 "Symbols are 32 bit on Mips64">;
DMips64InstrInfo.td1 //===- Mips64InstrInfo.td - Mips64 Instruction Information -*- tablegen -*-===//
9 // This file describes Mips64 instructions.
117 let DecoderNamespace = "Mips64" in {
283 DecoderNamespace = "Mips64" in {
619 let DecoderNamespace = "Mips64" in {
631 let DecoderNamespace = "Mips64" in {
DMicroMipsInstrFPU.td373 let DecoderNamespace = "Mips64" in
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h45 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6 enumerator
272 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64()
DMips.td135 "Mips64", "Mips64 ISA Support",
152 "Symbols are 32 bit on Mips64">;
DMips64InstrInfo.td1 //===- Mips64InstrInfo.td - Mips64 Instruction Information -*- tablegen -*-===//
9 // This file describes Mips64 instructions.
117 let DecoderNamespace = "Mips64" in {
283 DecoderNamespace = "Mips64" in {
619 let DecoderNamespace = "Mips64" in {
631 let DecoderNamespace = "Mips64" in {
DMicroMipsInstrFPU.td373 let DecoderNamespace = "Mips64" in
/external/rust/crates/gdbstub/
DCHANGELOG.md23 - Implement `RegId` for Mips/Mips64 [\#38](https://github.com/daniel5151/gdbstub/pull/38) ([starf…
115 - Add Mips and Mips64 support [\#13](https://github.com/daniel5151/gdbstub/pull/13) ([starfleetca…
/external/capstone/bindings/ocaml/
Dcapstone.ml46 | CS_MODE_MIPS64 (* Mips64 mode (for Mips) *)
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc111 …{ "mips64", "Mips64 ISA Support", Mips::FeatureMips64, { { { 0x12000000ULL, 0x0ULL, 0x0ULL, } } } …
126 …{ "sym32", "Symbols are 32 bit on Mips64", Mips::FeatureSym32, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } }…
3836 if (Bits[Mips::FeatureMips64] && MipsArchVersion < Mips64) MipsArchVersion = Mips64;