Home
last modified time | relevance | path

Searched refs:InputOffset (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/arm/
Dcode-generator-arm.cc96 MemOperand InputOffset(size_t* first_index) { in InputOffset() function in v8::internal::compiler::ArmOperandConverter
125 MemOperand InputOffset(size_t first_index = 0) { in InputOffset() function in v8::internal::compiler::ArmOperandConverter
126 return InputOffset(&first_index); in InputOffset()
319 __ vldr(result, i.InputOffset(2)); \
335 __ asm_instr(result, i.InputOffset(2)); \
349 __ vstr(value, i.InputOffset(3), lo); \
362 __ asm_instr(value, i.InputOffset(3), lo); \
1171 __ ldrb(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()
1175 __ ldrsb(i.OutputRegister(), i.InputOffset()); in AssembleArchInstruction()
1179 __ strb(i.InputRegister(0), i.InputOffset(1)); in AssembleArchInstruction()
[all …]
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3070 uint32_t InputOffset = 0; in patchFrameInfoForObject() local
3076 while (Data.isValidOffset(InputOffset)) { in patchFrameInfoForObject()
3077 uint32_t EntryOffset = InputOffset; in patchFrameInfoForObject()
3078 uint32_t InitialLength = Data.getU32(&InputOffset); in patchFrameInfoForObject()
3082 uint32_t CIEId = Data.getU32(&InputOffset); in patchFrameInfoForObject()
3088 InputOffset += InitialLength - 4; in patchFrameInfoForObject()
3092 uint32_t Loc = Data.getUnsigned(&InputOffset, AddrSize); in patchFrameInfoForObject()
3104 InputOffset = EntryOffset + InitialLength + 4; in patchFrameInfoForObject()
3136 FrameData.substr(InputOffset, FDERemainingBytes)); in patchFrameInfoForObject()
3137 InputOffset += FDERemainingBytes; in patchFrameInfoForObject()