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

  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
basic_asm.h 11 oris reg, reg, (expr)@high; \
  /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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.s 392 oris 3,4,0xdead
a2.s 403 oris 20,21,0x1000
476.d 399 614: (64 83 de ad|ad de 83 64) oris r3,r4,57005
a2.d 428 640: (66 b4 10 00|00 10 b4 66) oris r20,r21,4096
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb_handler.S 76 oris reg,reg,(expr)@h; \
  /external/valgrind/none/tests/ppc32/
jm-int_other.stdout.exp 277 oris 00000000, 00000000 => 00000000 (00000000 00000000)
278 oris 00000000, 000003e7 => 03e70000 (00000000 00000000)
279 oris 00000000, 0000ffff => ffff0000 (00000000 00000000)
280 oris 000f423f, 00000000 => 000f423f (00000000 00000000)
281 oris 000f423f, 000003e7 => 03ef423f (00000000 00000000)
282 oris 000f423f, 0000ffff => ffff423f (00000000 00000000)
283 oris ffffffff, 00000000 => ffffffff (00000000 00000000)
284 oris ffffffff, 000003e7 => ffffffff (00000000 00000000)
285 oris ffffffff, 0000ffff => ffffffff (00000000 00000000)
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 339 // 658c00c3 oris r12, r12, 195
1007 void Assembler::oris(Register dst, Register src, const Operand& imm) { function in class:v8::internal::Assembler
1008 d_form(ORIS, src, dst, imm.imm_, false);
    [all...]
assembler-ppc.h 848 void oris(Register dst, Register src, const Operand& imm);
    [all...]
constants-ppc.h     [all...]
code-stubs-ppc.cc 146 __ oris(result_reg, result_reg,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
asm.go 726 case 25, // oris
  /prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
asm.go 726 case 25, // oris
  /external/valgrind/none/tests/ppc64/
jm-int_other.stdout.exp 377 oris 0000000000000000, 00000000 => 0000000000000000 (00000000 00000000)
378 oris 0000000000000000, 000003e7 => 0000000003e70000 (00000000 00000000)
379 oris 0000000000000000, 0000ffff => 00000000ffff0000 (00000000 00000000)
380 oris 0000001cbe991def, 00000000 => 0000001cbe991def (00000000 00000000)
381 oris 0000001cbe991def, 000003e7 => 0000001cbfff1def (00000000 00000000)
382 oris 0000001cbe991def, 0000ffff => 0000001cffff1def (00000000 00000000)
383 oris ffffffffffffffff, 00000000 => ffffffffffffffff (00000000 00000000)
384 oris ffffffffffffffff, 000003e7 => ffffffffffffffff (00000000 00000000)
385 oris ffffffffffffffff, 0000ffff => ffffffffffffffff (00000000 00000000)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 205 ORIS
1532 ORIS: "oris",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 205 ORIS
1532 ORIS: "oris",
    [all...]

Completed in 643 milliseconds