Searched refs:EmitLiteralPool (Results 1 - 6 of 6) sorted by relevance

/external/vixl/test/
H A Dtest-code-generation-scopes.cc347 masm.EmitLiteralPool(aarch32::MacroAssembler::kBranchRequired);
389 masm.EmitLiteralPool(aarch64::LiteralPool::kBranchRequired);
423 masm.EmitLiteralPool(aarch32::MacroAssembler::kBranchRequired);
460 masm.EmitLiteralPool(aarch64::LiteralPool::kBranchRequired);
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc1160 masm.EmitLiteralPool(MacroAssembler::kBranchRequired);
1203 masm.EmitLiteralPool(MacroAssembler::kBranchRequired);
1223 masm.EmitLiteralPool(MacroAssembler::kBranchRequired);
1259 masm.EmitLiteralPool(MacroAssembler::kBranchRequired);
1333 masm.EmitLiteralPool(MacroAssembler::kBranchRequired);
1426 masm.EmitLiteralPool(MacroAssembler::kBranchRequired);
1511 masm.EmitLiteralPool(MacroAssembler::kBranchRequired);
1527 masm.EmitLiteralPool(MacroAssembler::kBranchRequired);
1556 masm.EmitLiteralPool(MacroAssembler::kBranchRequired);
1575 masm.EmitLiteralPool(MacroAssemble
[all...]
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc439 EmitLiteralPool(option);
461 void MacroAssembler::EmitLiteralPool(LiteralPool* const literal_pool, function in class:vixl::aarch32::MacroAssembler
H A Dmacro-assembler-aarch32.h463 EmitLiteralPool(kBranchRequired);
528 EmitLiteralPool(kNoBranchRequired);
735 void EmitLiteralPool(LiteralPool* const literal_pool, EmitOption option);
736 void EmitLiteralPool(EmitOption option = kBranchRequired) { function in class:vixl::aarch32::MacroAssembler
738 EmitLiteralPool(literal_pool_manager_.GetLiteralPool(), option);
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h2890 void EmitLiteralPool(LiteralPool::EmitOption option) { function in class:vixl::aarch64::MacroAssembler
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc7113 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22793 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22837 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22894 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22899 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22904 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22948 masm.EmitLiteralPool(LiteralPool::kBranchRequired);
22998 masm.EmitLiteralPool(LiteralPool::kBranchRequired);

Completed in 6153 milliseconds