Searched refs:GPR8 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 366 def ADDRdRr : FRdRr<0b0000, 0b11, (outs GPR8:$rd),(ins GPR8:$src, GPR8:$rr), 384 def ADCRdRr : FRdRr<0b0001, 0b11, (outs GPR8:$rd), (ins GPR8:$src, GPR8:$rr), 416 def SUBRdRr : FRdRr<0b0001, 0b10, (outs GPR8:$rd), (ins GPR8:$rs, GPR8:$rr), 453 def SBCRdRr : FRdRr<0b0000, 0b10, (outs GPR8:$rd), (ins GPR8:$rs, GPR8:$rr), 485 def INCRd : FRd<0b1001, 0b0100011, (outs GPR8:$rd), (ins GPR8:$src), 489 def DECRd : FRd<0b1001, 0b0101010, (outs GPR8:$rd), (ins GPR8:$src), 502 def MULRdRr : FRdRr<0b1001, 0b11, (outs), (ins GPR8:$rd, GPR8:$rr), 539 def ANDRdRr : FRdRr<0b0010, 0b00, (outs GPR8:$rd), 540 (ins GPR8:$src, GPR8:$rr), "and\t$rd, $rr", 553 def ORRdRr : FRdRr<0b0010, 0b10, (outs GPR8:$rd), (ins GPR8:$src, GPR8:$rr), [all …]
|
H A D | AVRRegisterInfo.td | 114 def GPR8 : RegisterClass<"AVR", [i8], 8,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIX86.cpp | 54 GPR8, enumerator 150 {GPR8, l "l", std::nullopt}}) \ 154 {GPR8, l "l", std::nullopt}}) \ 162 {GPR8, r16 "l", std::nullopt}}) \ 165 {{GPR16, r16, std::nullopt}, {GPR8, r16 "l", std::nullopt}}) \ 172 {GPR8, "r" #n "l", std::nullopt}}) \ 264 addPartialRegisters(regs, subreg_by_kind[GPR8], gpr_base_size, eEncodingUint, in AugmentRegisterInfo()
|