HomeSort by relevance Sort by last modified time
    Searched refs:RegX (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 261 // A RegX represents a fraction of a multi-value register.
265 // For example, in a VMOV instruction, RegX{D5, 1} represents
267 type RegX struct {
272 func (RegX) IsArg() {}
274 func (r RegX) String() string {
decode.go 302 return RegX{D0 + Reg(vx<<4+v), int((x >> 21) & 1)}
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 261 // A RegX represents a fraction of a multi-value register.
265 // For example, in a VMOV instruction, RegX{D5, 1} represents
267 type RegX struct {
272 func (RegX) IsArg() {}
274 func (r RegX) String() string {
decode.go 302 return RegX{D0 + Reg(vx<<4+v), int((x >> 21) & 1)}
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 703 unsigned RegX = OpX.getReg();
711 if (TargetRegisterInfo::isVirtualRegister(RegX))
712 MRI.constrainRegClass(RegX, RC);
732 .addReg(RegX, getKillRegState(KillX))
    [all...]

Completed in 140 milliseconds