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

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
listz.go 56 if REG_AR0 <= r && r <= REG_AR15 {
57 return fmt.Sprintf("AR%d", r-REG_AR0)
a.out.go 122 REG_AR0
asmz.go 483 if REG_AR0 <= a.Reg && a.Reg <= REG_AR15 {
685 } else if REG_AR0 <= p.Reg && p.Reg <= REG_AR15 {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
listz.go 56 if REG_AR0 <= r && r <= REG_AR15 {
57 return fmt.Sprintf("AR%d", r-REG_AR0)
a.out.go 122 REG_AR0
asmz.go 483 if REG_AR0 <= a.Reg && a.Reg <= REG_AR15 {
685 } else if REG_AR0 <= p.Reg && p.Reg <= REG_AR15 {
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
tic4x-dis.c 306 aregno = EXTRU (arg, 2, 0) + REG_AR0;
311 aregno = EXTRU (arg, 2, 0) + REG_AR0;
316 aregno = EXTRU (arg, 10, 8) + REG_AR0;
412 REG_AR0))
571 if (val < REG_AR0 || val > REG_SP)
tic30-dis.c 58 #define REG_AR0 0x08
627 get_register_operand (((insn_word & 0x01C00000) >> 22) + REG_AR0, operand[0]);
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
s390x.go 75 return s390x.REG_AR0 + n, true
arch.go 511 for i := s390x.REG_AR0; i <= s390x.REG_AR15; i++ {
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
s390x.go 75 return s390x.REG_AR0 + n, true
arch.go 511 for i := s390x.REG_AR0; i <= s390x.REG_AR15; i++ {
  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic4x.c     [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
tic4x.h 37 REG_AR0, REG_AR1, REG_AR2, REG_AR3,
86 {"ar0", REG_AR0},
    [all...]

Completed in 1023 milliseconds