HomeSort by relevance Sort by last modified time
    Searched full:addis (Results 151 - 175 of 244) sorted by null

1 2 3 4 5 67 8 910

  /toolchain/binutils/binutils-2.27/bfd/
elf64-ppc.c 152 #define ADDIS_R11_R2 0x3d620000 /* addis %r11,%r2,xxx@ha */
160 #define ADDIS_R2_R2 0x3c420000 /* addis %r2,%r2,off@ha */
180 #define ADDIS_R2_R12 0x3c4c0000 /* addis %r2,%r12,xxx@ha */
181 #define ADDIS_R12_R2 0x3d820000 /* addis %r12,%r2,xxx@ha */
182 #define ADDIS_R12_R12 0x3d8c0000 /* addis %r12,%r12,xxx@ha */
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 377 // previous frame's address from 0(SP). Why not do an addis of the hi?
378 // Because R0 is our only safe tmp register and addi/addis treat R0 as zero.
    [all...]
PPCInstrInfo.td 329 // immediate are set. Used by instructions like 'addis'. Identical to
586 // This operand type is used for addis/lis to allow the assembler parser
    [all...]
README.txt 362 addis r2, r2, ha16(.CPI_foo_0-"L00000$pb")
  /external/valgrind/coregrind/
m_trampoline.S 489 0: addis 2,12,.TOC.-0b@ha
535 0: addis 2,12,.TOC.-0b@ha
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
obj9.go 466 // addis r2, r12, .TOC.-func@ha
476 // generate the addis instruction except as part of the
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
obj9.go 466 // addis r2, r12, .TOC.-func@ha
476 // generate the addis instruction except as part of the
  /external/capstone/suite/MC/PowerPC/
ppc64-encoding.s.cs 69 0x3c,0x43,0x00,0x80 = addis 2, 3, 128
ppc64-encoding-ext.s.cs 391 0x3c,0x43,0xff,0x80 = addis 2, 3, -128
  /external/llvm/test/MC/Disassembler/PowerPC/
ppc64-encoding.txt 232 # CHECK: addis 2, 3, 128
ppc64le-encoding.txt 229 # CHECK: addis 2, 3, 128
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nios2.c 703 /* Arbitrarily limit the number of addis we can insert; we need to be able
716 number of addis necessary, plus a bit to track whether this is a
719 in the fr_subtype to encode the number of addis so that the whole
736 nstructions besides the addis, conditional branches require 3. */
    [all...]
tc-score7.c 661 {"addis", 0x0a000000, 0x3e0e0001, 0x8000, Rd_SI16, s7_do_rdi16},
662 {"addis.c", 0x0a000001, 0x3e0e0001, 0x8000, Rd_SI16, s7_do_rdi16},
    [all...]
tc-score.c 599 {"addis", 0x0a000000, 0x3e0e0001, 0x8000, Rd_SI16, s3_do_rdi16},
600 {"addis.c", 0x0a000001, 0x3e0e0001, 0x8000, Rd_SI16, s3_do_rdi16},
    [all...]
  /external/valgrind/none/tests/ppc64/
jm-int.stdout.exp-LE     [all...]
  /toolchain/binutils/binutils-2.27/gold/
powerpc.cc     [all...]
  /external/llvm/test/CodeGen/PowerPC/
vsx.ll 1217 ; CHECK-REG: addis [[R2:[0-9]+]]
1232 ; CHECK-FISL: addis [[R2:[0-9]+]]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
a2.d 28 40: (3c 85 00 17|17 00 85 3c) addis r4,r5,23
29 44: (3c 85 ff e9|e9 ff 85 3c) addis r4,r5,-23
  /toolchain/binutils/binutils-2.27/opcodes/
score-dis.c 63 {0x0a000000, 0x3e0e0001, "addis\t\t%20-24r, %1-16d(0x%1-16x)"},
64 {0x0a000001, 0x3e0e0001, "addis.c\t\t%20-24r, %1-16d(0x%1-16x)"},
    [all...]
score-opc.h 42 {0x0a000000, 0x3e0e0001, "addis\t\t%20-24r, %1-16d(0x%1-16x)"},
43 {0x0a000001, 0x3e0e0001, "addis.c\t\t%20-24r, %1-16d(0x%1-16x)"},
score7-dis.c 70 {0x0a000000, 0x3e0e0001, "addis\t\t%20-24r, %1-16d(0x%1-16x)"},
71 {0x0a000001, 0x3e0e0001, "addis.c\t\t%20-24r, %1-16d(0x%1-16x)"},
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
ppc64.s 292 // move immediate: macro for cau+or, addi, addis, and other combinations
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
ppc64.s 292 // move immediate: macro for cau+or, addi, addis, and other combinations
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 292 # CHECK-BE: addis 2, 3, 128 # encoding: [0x3c,0x43,0x00,0x80]
293 # CHECK-LE: addis 2, 3, 128 # encoding: [0x80,0x00,0x43,0x3c]
294 addis 2, 3, 128
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc     [all...]

Completed in 724 milliseconds

1 2 3 4 5 67 8 910