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

  /external/libffi/src/powerpc/
aix_closure.S 233 lha r3, 112+6(r1)
405 lha r3, 56+2(r1)
darwin_closure.S 292 lha r3,6(r5)
294 lha r3,2(r5)
ppc_closure.S 193 lha %r3,112+0(%r1)
195 lha %r3,112+2(%r1)
linux64_closure.S 241 lha %r3, RETVAL+0(%r1)
243 lha %r3, RETVAL+6(%r1)
linux64_closure.S.orig 241 lha %r3, RETVAL+0(%r1)
243 lha %r3, RETVAL+6(%r1)
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
aix_closure.S 233 lha r3, 112+6(r1)
405 lha r3, 56+2(r1)
darwin_closure.S 292 lha r3,6(r5)
294 lha r3,2(r5)
ppc_closure.S 193 lha %r3,112+0(%r1)
195 lha %r3,112+2(%r1)
linux64_closure.S 241 lha %r3, RETVAL+0(%r1)
243 lha %r3, RETVAL+6(%r1)
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 181 lha r3,2(r5)
ppc64-darwin_closure.S 201 lha r3,6(r5)
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 181 lha r3,2(r5)
ppc64-darwin_closure.S 201 lha r3,6(r5)
  /external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
alignment_handler.c 370 LOAD_DFORM_TEST(lha);
  /external/v8/src/ppc/
disasm-ppc.cc     [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc 1057 void Assembler::lha(Register dst, const MemOperand& src) { function in class:v8::internal::Assembler
1059 d_form(LHA, dst, src.ra(), src.offset(), true);
    [all...]
constants-ppc.h     [all...]
macro-assembler-ppc.cc     [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 155 # CHECK-BE: lha 2, 128(4) # encoding: [0xa8,0x44,0x00,0x80]
156 # CHECK-LE: lha 2, 128(4) # encoding: [0x80,0x00,0x44,0xa8]
157 lha 2, 128(4)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding.s 196 # CHECK-BE: lha 2, 128(4) # encoding: [0xa8,0x44,0x00,0x80]
197 # CHECK-LE: lha 2, 128(4) # encoding: [0x80,0x00,0x44,0xa8]
198 lha 2, 128(4)
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]

Completed in 859 milliseconds