Searched refs:offset_minus_one (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | codegen-mips.cc | 249 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 256 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 309 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 311 MemOperand(a1, 2, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 313 MemOperand(a1, 3, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 315 MemOperand(a1, 4, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 317 MemOperand(a1, 5, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 319 MemOperand(a1, 6, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 321 MemOperand(a1, 7, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 323 MemOperand(a1, 8, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() [all …]
|
D | assembler-mips.h | 460 offset_minus_one = -1, enumerator
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 249 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 256 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 309 MemOperand(a1, 1, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 311 MemOperand(a1, 2, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 313 MemOperand(a1, 3, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 315 MemOperand(a1, 4, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 317 MemOperand(a1, 5, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 319 MemOperand(a1, 6, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 321 MemOperand(a1, 7, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() 323 MemOperand(a1, 8, loadstore_chunk, MemOperand::offset_minus_one)); in CreateMemCopyUint8Function() [all …]
|
D | assembler-mips64.h | 467 offset_minus_one = -1, enumerator
|