Searched refs:A32 (Results 1 - 14 of 14) sorted by relevance
/external/vixl/examples/aarch32/ |
H A D | abs.cc | 45 MacroAssembler masm(A32);
|
/external/vixl/benchmarks/aarch32/ |
H A D | bench-branch-link-masm.cc | 79 isa == T32 ? "T32" : "A32", 101 benchmark(iterations, A32);
|
H A D | bench-branch-masm.cc | 69 isa == T32 ? "T32" : "A32", 91 benchmark(iterations, A32);
|
H A D | bench-dataop.cc | 65 isa == T32 ? "T32" : "A32", 86 benchmark(instructions, A32);
|
H A D | bench-literal.cc | 69 isa == T32 ? "T32" : "A32", 98 benchmark(iterations, literals, A32);
|
/external/llvm/test/MC/ARM/ |
H A D | basic-arm-instructions-v8.s | 1 @ New ARMv8 A32 encodings
|
/external/fio/crc/ |
H A D | xxhash.c | 90 #define A32(x) (((uint32_t_S *)(x))->v) macro 154 return endian==XXH_littleEndian ? A32(ptr) : XXH_swap32(A32(ptr));
|
/external/vixl/src/aarch32/ |
H A D | constants-aarch32.h | 41 enum InstructionSet { A32, T32 }; enumerator in enum:vixl::aarch32::InstructionSet 45 const InstructionSet kDefaultISA = A32;
|
H A D | location-aarch32.h | 82 VIXL_ASSERT(isa == A32);
|
H A D | assembler-aarch32.h | 112 VIXL_ASSERT(isa == A32); 127 VIXL_ASSERT(isa == A32); 141 VIXL_ASSERT(isa == A32); 151 VIXL_ASSERT(isa == A32); 162 InstructionSet GetInstructionSetInUse() const { return A32; } 170 void UseA32() { UseInstructionSet(A32); } 172 bool IsUsingA32() const { return GetInstructionSetInUse() == A32; }
|
H A D | assembler-aarch32.cc | 71 // For A32, AdavanceIT() is not called by the assembler. We must call it 2608 EmitOp() : Location::EmitOperator(A32) {} 3118 EmitOp() : Location::EmitOperator(A32) {} 3476 EmitOp() : Location::EmitOperator(A32) {} 3563 EmitOp() : Location::EmitOperator(A32) {} 5245 EmitOp() : Location::EmitOperator(A32) {} 5517 EmitOp() : Location::EmitOperator(A32) {} 5763 EmitOp() : Location::EmitOperator(A32) {} 6141 EmitOp() : Location::EmitOperator(A32) {} 6394 EmitOp() : Location::EmitOperator(A32) {} [all...] |
/external/capstone/bindings/ocaml/ |
H A D | capstone.ml | 34 | CS_MODE_V8 (* ARMv8 A32 encodings for ARM *)
|
/external/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 59 // Test declared with this macro will only target A32. 62 void Test##Name() { Test##Name##Impl(A32); } \ 67 // Tests declared with this macro will be run twice: once targeting A32 and 77 Test##Name##Impl(A32); \ 78 printf(" > A32 done\n"); \ 1855 // correctly for both A32 and T32. 3106 VIXL_CHECK(assm.GetInstructionSetInUse() == A32); 3122 // A32 by default. 3142 // Explicit A32. 3143 CheckInstructionSetA32(Assembler(A32)); [all...] |
/external/opencv/cv/src/ |
H A D | cvimgwarp.cpp | 1236 float A31 = (float)matrix[6], A32 = (float)matrix[7], A33 = (float)matrix[8];\ 1245 float ws = A32*y + A33; \
|
Completed in 1082 milliseconds