Home
last modified time | relevance | path

Searched refs:AC0 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsMTInstrInfo.td193 def : MipsInstAlias<"mftlo $rt", (MFTLO GPR32Opnd:$rt, AC0), 1>, ASE_MT;
195 def : MipsInstAlias<"mfthi $rt", (MFTHI GPR32Opnd:$rt, AC0), 1>, ASE_MT;
197 def : MipsInstAlias<"mftacx $rt", (MFTACX GPR32Opnd:$rt, AC0), 1>, ASE_MT;
202 def : MipsInstAlias<"mttlo $rt", (MTTLO AC0, GPR32Opnd:$rt), 1>, ASE_MT;
204 def : MipsInstAlias<"mtthi $rt", (MTTHI AC0, GPR32Opnd:$rt), 1>, ASE_MT;
206 def : MipsInstAlias<"mttacx $rt", (MTTACX AC0, GPR32Opnd:$rt), 1>, ASE_MT;
H A DMicroMipsInstrInfo.td663 def MFHI16_MM : MoveFromHILOMM<"mfhi16", GPR32Opnd, AC0>,
665 def MFLO16_MM : MoveFromHILOMM<"mflo16", GPR32Opnd, AC0>,
916 def MFHI_MM : MMRel, MoveFromLOHI<"mfhi", GPR32Opnd, AC0>,
918 def MFLO_MM : MMRel, MoveFromLOHI<"mflo", GPR32Opnd, AC0>,
H A DMipsRegisterInfo.td462 def ACC64 : RegisterClass<"Mips", [untyped], 64, (add AC0)> {
H A DMipsInstrInfo.td2351 def MFHI : MMRel, MoveFromLOHI<"mfhi", GPR32Opnd, AC0>, MFLO_FM<0x10>,
2353 def MFLO : MMRel, MoveFromLOHI<"mflo", GPR32Opnd, AC0>, MFLO_FM<0x12>,
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
H A Dast-types.lldbinit10 target variable AC0
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dmul1.ll5 ; registers for this example. There was an issue with allocating AC0
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dast-types.cpp73 A::C<0> AC0; variable
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/
H A Dunify-aliased-resource.mlir246 // CHECK: %[[AC0:.+]] = spv.AccessChain %[[ADDR]][%[[ZERO]], %[[BASE]]]
247 // CHECK: %[[LOAD0:.+]] = spv.Load "StorageBuffer" %[[AC0]] : f32
/llvm-project-15.0.7/mlir/test/Conversion/MemRefToSPIRV/
H A Dmemref-to-spirv.mlir59 // CHECK: %[[AC0:.+]] = spv.AccessChain %[[SRC]]
60 // CHECK: spv.Load "StorageBuffer" %[[AC0]]
/llvm-project-15.0.7/lld/test/COFF/
H A Dcombined-resources.test210 CHECK-NEXT: 0AC0: 0D004800 2E160000 82001200 BC010000 |..H.............|
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5528 case Mips::AC0: in getRegisterForMxtrDSP()
5542 case Mips::AC0: in getRegisterForMxtrDSP()
5556 case Mips::AC0: in getRegisterForMxtrDSP()