Home
last modified time | relevance | path

Searched refs:must_output_reloc_info (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm/
Dassembler-arm.cc1059 bool Operand::must_output_reloc_info(const Assembler* assembler) const { in must_output_reloc_info() function in v8::internal::Operand
1079 } else if (x.must_output_reloc_info(assembler)) { in use_mov_immediate_load()
1093 if (must_output_reloc_info(assembler) || in instructions_required()
1130 if (x.must_output_reloc_info(this)) { in move_32_bit_immediate()
1138 x.must_output_reloc_info(this)) { in move_32_bit_immediate()
1192 if (x.must_output_reloc_info(this) || in addrmod1()
1965 if (src.must_output_reloc_info(this) || in msr()
Dassembler-arm.h495 bool must_output_reloc_info(const Assembler* assembler) const;
Dmacro-assembler-arm.cc269 !src2.must_output_reloc_info(this) && in And()
273 !src2.must_output_reloc_info(this) && in And()
/external/v8/src/ppc/
Dassembler-ppc.cc1521 !(src.must_output_reloc_info(this) || is_trampoline_pool_blocked()); in instructions_required_for_mov()
1568 bool Operand::must_output_reloc_info(const Assembler* assembler) const { in must_output_reloc_info() function in v8::internal::Operand
1587 bool relocatable = src.must_output_reloc_info(this); in mov()
Dassembler-ppc.h311 bool must_output_reloc_info(const Assembler* assembler) const;