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

  /external/u-boot/arch/powerpc/cpu/mpc86xx/
release.S 89 oris r3, r3, L2CR_L2I@h
131 oris r4, r4, 0x0400
138 oris r4, r4, 0x8000
cache.S 294 oris r3, r3, L2CR_L2I@h
  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
basic_asm.h 12 oris reg, reg, (expr)@high; \
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
release.S 33 oris r3, r3, 0x0080
60 oris r3,r3,0x0100
233 oris r3,r3,(L1CSR2_DCWS)@h
248 oris r3, r3, 0x8000
301 oris r11,r13,(MAS2_M|MAS2_G)@h
304 oris r11,r13,(MAS3_SX|MAS3_SW|MAS3_SR)@h
start.S 121 oris r3, r3, 0x0080
327 oris r3,r3,0x0100
406 oris r3, r3, MAS1_IPROT@h
458 oris r5, r5, MAS0_TLBSEL(1)@h
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
tls-le-v2-abi.s 52 oris 3, 3, i@tprel@higha
64 oris 3, 3, i@tprel@high
ppc64-fixup-apply.s 31 oris 1, 1, target5+0x8000@ha label
tls-ld-v2-abi.s 132 oris 4, 4, i@dtprel@high
ppc64-fixups.s 221 # CHECK-BE: oris 3, 3, target@h # encoding: [0x64,0x63,A,A]
222 # CHECK-LE: oris 3, 3, target@h # encoding: [A,A,0x63,0x64]
227 oris 3, 3, target@h
229 # CHECK-BE: oris 3, 3, target@high # encoding: [0x64,0x63,A,A]
230 # CHECK-LE: oris 3, 3, target@high # encoding: [A,A,0x63,0x64]
235 oris 3, 3, target@high
    [all...]
ppc64-encoding.s     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-fixup-apply.s 31 oris 1, 1, target5+0x8000@ha label
ppc64-encoding.s 587 # CHECK-BE: oris 2, 3, 128 # encoding: [0x64,0x62,0x00,0x80]
588 # CHECK-LE: oris 2, 3, 128 # encoding: [0x80,0x00,0x62,0x64]
589 oris 2, 3, 128
    [all...]
ppc64-fixups.s 212 # CHECK-BE: oris 3, 3, target@h # encoding: [0x64,0x63,A,A]
213 # CHECK-LE: oris 3, 3, target@h # encoding: [A,A,0x63,0x64]
218 oris 3, 3, target@h
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb_handler.S 76 oris reg,reg,(expr)@h; \
  /external/v8/src/ppc/
assembler-ppc.cc 344 // 658c00c3 oris r12, r12, 195
948 void Assembler::oris(Register dst, Register src, const Operand& imm) { function in class:v8::internal::Assembler
949 d_form(ORIS, src, dst, imm.immediate(), false);
    [all...]
assembler-ppc.h     [all...]
constants-ppc.h     [all...]
  /external/v8/src/builtins/ppc/
builtins-ppc.cc     [all...]

Completed in 960 milliseconds