HomeSort by relevance Sort by last modified time
    Searched refs:PCRel (Results 1 - 25 of 29) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/include/opcode/
tic30.h 228 #define PCRel 0x02000000
261 { "b" ,1,0x68000000,PCRel, { AllReg|Disp, 0, 0 }, Imm_None },
262 { "bu" ,1,0x68000000,PCRel, { AllReg|Disp, 0, 0 }, Imm_None },
263 { "blo" ,1,0x68010000,PCRel, { AllReg|Disp, 0, 0 }, Imm_None },
264 { "bls" ,1,0x68020000,PCRel, { AllReg|Disp, 0, 0 }, Imm_None },
265 { "bhi" ,1,0x68030000,PCRel, { AllReg|Disp, 0, 0 }, Imm_None },
266 { "bhs" ,1,0x68040000,PCRel, { AllReg|Disp, 0, 0 }, Imm_None },
267 { "beq" ,1,0x68050000,PCRel, { AllReg|Disp, 0, 0 }, Imm_None },
268 { "bne" ,1,0x68060000,PCRel, { AllReg|Disp, 0, 0 }, Imm_None },
269 { "blt" ,1,0x68070000,PCRel, { AllReg|Disp, 0, 0 }, Imm_None }
    [all...]
  /external/llvm/test/MC/MachO/AArch64/
darwin-ARM64-reloc.s 41 ; CHECK-NEXT: PCRel: 1
48 ; CHECK-NEXT: PCRel: 0
55 ; CHECK-NEXT: PCRel: 1
62 ; CHECK-NEXT: PCRel: 0
69 ; CHECK-NEXT: PCRel: 0
76 ; CHECK-NEXT: PCRel: 0
83 ; CHECK-NEXT: PCRel: 1
90 ; CHECK-NEXT: PCRel: 0
97 ; CHECK-NEXT: PCRel: 0
104 ; CHECK-NEXT: PCRel:
    [all...]
  /external/llvm/test/MC/MachO/ARM/
thumb2-movw-fixup.s 27 @ CHECK: PCRel: 0
34 @ CHECK: PCRel: 0
41 @ CHECK: PCRel: 0
48 @ CHECK: PCRel: 0
55 @ CHECK: PCRel: 0
62 @ CHECK: PCRel: 0
69 @ CHECK: PCRel: 0
76 @ CHECK: PCRel: 0
static-movt-relocs.s 13 @ CHECK-NEXT: PCRel: 0
20 @ CHECK-NEXT: PCRel: 0
27 @ CHECK-NEXT: PCRel: 0
34 @ CHECK-NEXT: PCRel: 0
thumb2-movt-fixup.s 18 @ CHECK: PCRel: 0
25 @ CHECK: PCRel: 0
long-call-branch-island-relocation.s 47 @ CHECK: PCRel: 1
  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 67 ; DARWIN-G4-DUMP: PCRel: 1
74 ; DARWIN-G4-DUMP: PCRel: 0
81 ; DARWIN-G4-DUMP: PCRel: 0
88 ; DARWIN-G4-DUMP: PCRel: 0
95 ; DARWIN-G4-DUMP: PCRel: 0
104 ; DARWIN-G4-DUMP: PCRel: 0
111 ; DARWIN-G4-DUMP: PCRel: 0
118 ; DARWIN-G4-DUMP: PCRel: 0
125 ; DARWIN-G4-DUMP: PCRel: 0
134 ; DARWIN-G4-DUMP: PCRel:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 46 // An Arg is a single instruction argument, one of these types: Reg, CondReg, SpReg, Imm, PCRel, Label, or Offset.
314 // PCRel is a PC-relative offset, used only in branch instructions.
315 type PCRel int32
317 func (PCRel) IsArg() {}
318 func (r PCRel) String() string {
decode.go 64 return PCRel(a.BitFields.ParseSigned(i) << a.Shift)
116 return "PCRel"
gnu.go 68 case PCRel:
plan9.go 125 case PCRel:
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 46 // An Arg is a single instruction argument, one of these types: Reg, CondReg, SpReg, Imm, PCRel, Label, or Offset.
314 // PCRel is a PC-relative offset, used only in branch instructions.
315 type PCRel int32
317 func (PCRel) IsArg() {}
318 func (r PCRel) String() string {
decode.go 64 return PCRel(a.BitFields.ParseSigned(i) << a.Shift)
116 return "PCRel"
gnu.go 68 case PCRel:
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 77 // Endian, Imm, Mem, PCRel, Reg, RegList, RegShift, RegShiftReg.
363 // A PCRel describes a memory address (usually a code label)
366 type PCRel int32
368 func (PCRel) IsArg() {}
370 func (r PCRel) String() string {
decode.go 373 return PCRel(int32(imm<<6) >> 6)
378 return PCRel(int32(imm<<6) >> 6)
402 return PCRel(d)
gnu.go 118 case PCRel:
plan9x.go 161 case PCRel:
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 77 // Endian, Imm, Mem, PCRel, Reg, RegList, RegShift, RegShiftReg.
363 // A PCRel describes a memory address (usually a code label)
366 type PCRel int32
368 func (PCRel) IsArg() {}
370 func (r PCRel) String() string {
decode.go 373 return PCRel(int32(imm<<6) >> 6)
378 return PCRel(int32(imm<<6) >> 6)
402 return PCRel(d)
gnu.go 118 case PCRel:
plan9x.go 161 case PCRel:
  /toolchain/binutils/binutils-2.25/opcodes/
tic30-dis.c 628 if (insn_word & PCRel)
639 if (insn_word & PCRel)
658 if ((insn->tm->opcode_modifier == PCRel) && (insn_word & PCRel))
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 1027 inst.PCRel = displen
1052 inst.PCRel = displen
1126 inst.PCRel = displen
1165 inst.PCRel = 1
1171 inst.PCRel = 2
1177 inst.PCRel = 4
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 1027 inst.PCRel = displen
1052 inst.PCRel = displen
1126 inst.PCRel = displen
1165 inst.PCRel = 1
1171 inst.PCRel = 2
1177 inst.PCRel = 4
    [all...]

Completed in 541 milliseconds

1 2