Home
last modified time | relevance | path

Searched refs:GPR8 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td388 (outs GPR8
390 (ins GPR8
391 : $src, GPR8
423 (outs GPR8
425 (ins GPR8
426 : $src, GPR8
481 (outs GPR8
483 (ins GPR8
484 : $src, GPR8
563 (outs GPR8
[all …]
H A DAVRRegisterInfo.td114 def GPR8 : RegisterClass<"AVR", [i8], 8,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIX86.cpp42 GPR8, enumerator
138 {GPR8, l "l", std::nullopt}}) \
142 {GPR8, l "l", std::nullopt}}) \
150 {GPR8, r16 "l", std::nullopt}}) \
153 {{GPR16, r16, std::nullopt}, {GPR8, r16 "l", std::nullopt}}) \
160 {GPR8, "r" #n "l", std::nullopt}}) \
252 addPartialRegisters(regs, subreg_by_kind[GPR8], gpr_base_size, eEncodingUint, in AugmentRegisterInfo()