Searched refs:lhz (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/regexp/ppc/ |
H A D | regexp-macro-assembler-ppc.cc | 430 __ 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 D | ppc-darwin_closure.S | 174 lhz r3,2(r5)
|
H A D | ppc64-darwin_closure.S | 194 lhz r3,6(r5)
|
/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 1776 Format(instr, "lhz 'rt, 'int16('ra)"); in InstructionDecode()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 976 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 D | assembler-ppc.h | 924 void lhz(Register dst, const MemOperand& src);
|
H A D | macro-assembler-ppc.cc | 1686 lhz(type_reg, FieldMemOperand(map, Map::kInstanceTypeOffset)); in CallRecordWriteStub() 3233 V(LoadU16, Register, lhz, lhzx) \ in CallRecordWriteStub()
|
H A D | constants-ppc.h | 1819 V(lhz, LHZ, 0xA0000000) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1969 ASSEMBLE_LOAD_INTEGER(lhz, plhz, lhzx); in AssembleArchInstruction()
|
Completed in 28 milliseconds