HomeSort by relevance Sort by last modified time
    Searched refs:lhz (Results 1 - 25 of 27) sorted by null

1 2

  /external/v8/src/debug/ppc/
debug-ppc.cc 40 __ lhz(r3,
  /external/libffi/src/powerpc/
aix_closure.S 170 lhz r3, 10(r3) /* load type from return type */
226 lhz r3, 112+6(r1)
343 lhz r3, 6(r3) /* load type from return type */
399 lhz r3, 56+2(r1)
darwin_closure.S 193 lhz r3,FFI_TYPE_TYPE(r3) ; type => r3
281 lhz r3,6(r5)
283 lhz r3,2(r5)
383 lhz r0,FFI_TYPE_TYPE(r6) ; OK go the type
ppc_closure.S 183 lhz %r3,112+0(%r1)
185 lhz %r3,112+2(%r1)
251 lhz %r3,112+0(%r1)
linux64_closure.S 231 lhz %r3, RETVAL+0(%r1)
233 lhz %r3, RETVAL+6(%r1)
linux64_closure.S.orig 231 lhz %r3, RETVAL+0(%r1)
233 lhz %r3, RETVAL+6(%r1)
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
aix_closure.S 170 lhz r3, 10(r3) /* load type from return type */
226 lhz r3, 112+6(r1)
343 lhz r3, 6(r3) /* load type from return type */
399 lhz r3, 56+2(r1)
darwin_closure.S 193 lhz r3,FFI_TYPE_TYPE(r3) ; type => r3
281 lhz r3,6(r5)
283 lhz r3,2(r5)
383 lhz r0,FFI_TYPE_TYPE(r6) ; OK go the type
ppc_closure.S 183 lhz %r3,112+0(%r1)
185 lhz %r3,112+2(%r1)
251 lhz %r3,112+0(%r1)
linux64_closure.S 231 lhz %r3, RETVAL+0(%r1)
233 lhz %r3, RETVAL+6(%r1)
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 174 lhz r3,2(r5)
ppc64-darwin_closure.S 194 lhz r3,6(r5)
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 174 lhz r3,2(r5)
ppc64-darwin_closure.S 194 lhz r3,6(r5)
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 410 __ lhz(r6, MemOperand(r3));
412 __ lhz(r25, MemOperand(r5));
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
alignment_handler.c 366 LOAD_DFORM_TEST(lhz);
  /external/v8/src/ppc/
disasm-ppc.cc     [all...]
assembler-ppc.h     [all...]
macro-assembler-ppc.cc     [all...]
assembler-ppc.cc 1039 void Assembler::lhz(Register dst, const MemOperand& src) { function in class:v8::internal::Assembler
1041 d_form(LHZ, dst, src.ra(), src.offset(), true);
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding.s 143 # CHECK-BE: lhz 2, 128(4) # encoding: [0xa0,0x44,0x00,0x80]
144 # CHECK-LE: lhz 2, 128(4) # encoding: [0x80,0x00,0x44,0xa0]
145 lhz 2, 128(4)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding.s 184 # CHECK-BE: lhz 2, 128(4) # encoding: [0xa0,0x44,0x00,0x80]
185 # CHECK-LE: lhz 2, 128(4) # encoding: [0x80,0x00,0x44,0xa0]
186 lhz 2, 128(4)
    [all...]
  /external/u-boot/arch/powerpc/cpu/mpc86xx/
start.S 608 lhz r3,0x0000(r3)
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
start.S     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]

Completed in 535 milliseconds

1 2