Searched refs:offset_minus_one (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | codegen-mips.cc | 302 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 309 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 362 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 364 MemOperand(a1, 2, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 366 MemOperand(a1, 3, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 368 MemOperand(a1, 4, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 370 MemOperand(a1, 5, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 372 MemOperand(a1, 6, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 374 MemOperand(a1, 7, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 376 MemOperand(a1, 8, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() [all …]
|
D | assembler-mips.h | 404 offset_minus_one = -1, enumerator
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 302 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 353 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 355 MemOperand(a1, 2, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 357 MemOperand(a1, 3, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 359 MemOperand(a1, 4, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 361 MemOperand(a1, 5, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 363 MemOperand(a1, 6, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 365 MemOperand(a1, 7, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 367 MemOperand(a1, 8, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 386 MemOperand(a1, 9, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() [all …]
|
D | assembler-mips64.h | 394 offset_minus_one = -1, enumerator
|