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

  /external/u-boot/arch/powerpc/lib/
_ashldi3.S 33 subfic r6,r5,32
_ashrdi3.S 33 subfic r6,r5,32
_lshrdi3.S 33 subfic r6,r5,32
ppcstring.S 129 5: subfic r0,r0,4
  /external/libffi/src/powerpc/
ppc_closure.S 315 subfic %r6,%r5,32
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ppc_closure.S 315 subfic %r6,%r5,32
  /external/v8/src/ppc/
disasm-ppc.cc 1173 case SUBFIC: {
1174 Format(instr, "subfic 'rt, 'ra, 'int16");
    [all...]
macro-assembler-ppc.cc 774 subfic(scratch, shift, Operand(32));
821 subfic(scratch, shift, Operand(32));
867 subfic(scratch, shift, Operand(32));
    [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc 872 void Assembler::subfic(Register dst, Register src, const Operand& imm) { function in class:v8::internal::Assembler
873 d_form(SUBFIC, dst, src, imm.immediate(), true);
    [all...]
constants-ppc.h     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 317 # CHECK-BE: subfic 2, 3, 4 # encoding: [0x20,0x43,0x00,0x04]
318 # CHECK-LE: subfic 2, 3, 4 # encoding: [0x04,0x00,0x43,0x20]
319 subfic 2, 3, 4
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding.s 358 # CHECK-BE: subfic 2, 3, 4 # encoding: [0x20,0x43,0x00,0x04]
359 # CHECK-LE: subfic 2, 3, 4 # encoding: [0x04,0x00,0x43,0x20]
360 subfic 2, 3, 4
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
start.S     [all...]
  /external/v8/src/builtins/ppc/
builtins-ppc.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]

Completed in 441 milliseconds