Searched refs:oris (Results 1 - 9 of 9) sorted by relevance
/external/llvm/test/MC/PowerPC/ |
H A D | ppc64-fixup-apply.s | 31 oris 1, 1, target5+0x8000@ha label
|
H A D | ppc64-encoding.s | 566 # CHECK-BE: oris 2, 3, 128 # encoding: [0x64,0x62,0x00,0x80] 567 # CHECK-LE: oris 2, 3, 128 # encoding: [0x80,0x00,0x62,0x64] 568 oris 2, 3, 128
|
H A D | 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
|
/external/v8/src/ppc/ |
H A D | disasm-ppc.cc | 1225 Format(instr, "oris 'ra, 'rs, 'uint16");
|
H A D | assembler-ppc.cc | 299 // 658c00c3 oris r12, r12, 195 954 void Assembler::oris(Register dst, Register src, const Operand& imm) { function in class:v8::internal::Assembler 1640 oris(dst, dst, Operand(u16)); 1672 oris(dst, dst, Operand(hi_word));
|
H A D | assembler-ppc.h | 842 void oris(Register dst, Register src, const Operand& imm);
|
H A D | code-stubs-ppc.cc | 206 __ oris(result_reg, result_reg,
|
/external/valgrind/none/tests/ppc32/ |
H A D | jm-int.stdout.exp | 793 oris 00000000, 00000000 => 00000000 (00000000 00000000) 794 oris 00000000, 000003e7 => 03e70000 (00000000 00000000) 795 oris 00000000, 0000ffff => ffff0000 (00000000 00000000) 796 oris 000f423f, 00000000 => 000f423f (00000000 00000000) 797 oris 000f423f, 000003e7 => 03ef423f (00000000 00000000) 798 oris 000f423f, 0000ffff => ffff423f (00000000 00000000) 799 oris ffffffff, 00000000 => ffffffff (00000000 00000000) 800 oris ffffffff, 000003e7 => ffffffff (00000000 00000000) 801 oris ffffffff, 0000ffff => ffffffff (00000000 00000000)
|
/external/valgrind/none/tests/ppc64/ |
H A D | jm-int.stdout.exp | 1053 oris 0000000000000000, 00000000 => 0000000000000000 (00000000 00000000) 1054 oris 0000000000000000, 000003e7 => 0000000003e70000 (00000000 00000000) 1055 oris 0000000000000000, 0000ffff => 00000000ffff0000 (00000000 00000000) 1056 oris 0000001cbe991def, 00000000 => 0000001cbe991def (00000000 00000000) 1057 oris 0000001cbe991def, 000003e7 => 0000001cbfff1def (00000000 00000000) 1058 oris 0000001cbe991def, 0000ffff => 0000001cffff1def (00000000 00000000) 1059 oris ffffffffffffffff, 00000000 => ffffffffffffffff (00000000 00000000) 1060 oris ffffffffffffffff, 000003e7 => ffffffffffffffff (00000000 00000000) 1061 oris ffffffffffffffff, 0000ffff => ffffffffffffffff (00000000 00000000)
|
Completed in 5298 milliseconds