Home
last modified time | relevance | path

Searched refs:lhz (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc430 __ lhz(r6, MemOperand(r3)); in CheckNotBackReference()
432 __ lhz(r25, MemOperand(r5)); in CheckNotBackReference()
1404 // The lwz, stw, lhz, sth instructions can do unaligned accesses, if the CPU
1415 __ lhz(current_character(), MemOperand(current_character()));
1426 __ lhz(current_character(), MemOperand(current_character()));
1446 __ lhz(current_character(), MemOperand(current_character()));
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-darwin_closure.S174 lhz r3,2(r5)
H A Dppc64-darwin_closure.S194 lhz r3,6(r5)
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc1776 Format(instr, "lhz 'rt, 'int16('ra)"); in InstructionDecode()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc976 void Assembler::lhz(Register dst, const MemOperand& src) { in lhz() function in v8::internal::Assembler
1190 lhz(dst, MemOperand(src.ra(), lo)); in plhz()
H A Dassembler-ppc.h924 void lhz(Register dst, const MemOperand& src);
H A Dmacro-assembler-ppc.cc1686 lhz(type_reg, FieldMemOperand(map, Map::kInstanceTypeOffset)); in CallRecordWriteStub()
3233 V(LoadU16, Register, lhz, lhzx) \ in CallRecordWriteStub()
H A Dconstants-ppc.h1819 V(lhz, LHZ, 0xA0000000) \
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1969 ASSEMBLE_LOAD_INTEGER(lhz, plhz, lhzx); in AssembleArchInstruction()

Completed in 51 milliseconds