Searched refs:A32 (Results 1 - 14 of 14) sorted by relevance

/external/vixl/examples/aarch32/
H A Dabs.cc45 MacroAssembler masm(A32);
/external/vixl/benchmarks/aarch32/
H A Dbench-branch-link-masm.cc79 isa == T32 ? "T32" : "A32",
101 benchmark(iterations, A32);
H A Dbench-branch-masm.cc69 isa == T32 ? "T32" : "A32",
91 benchmark(iterations, A32);
H A Dbench-dataop.cc65 isa == T32 ? "T32" : "A32",
86 benchmark(instructions, A32);
H A Dbench-literal.cc69 isa == T32 ? "T32" : "A32",
98 benchmark(iterations, literals, A32);
/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions-v8.s1 @ New ARMv8 A32 encodings
/external/fio/crc/
H A Dxxhash.c90 #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 Dconstants-aarch32.h41 enum InstructionSet { A32, T32 }; enumerator in enum:vixl::aarch32::InstructionSet
45 const InstructionSet kDefaultISA = A32;
H A Dlocation-aarch32.h82 VIXL_ASSERT(isa == A32);
H A Dassembler-aarch32.h112 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 Dassembler-aarch32.cc71 // 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 Dcapstone.ml34 | CS_MODE_V8 (* ARMv8 A32 encodings for ARM *)
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc59 // 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 Dcvimgwarp.cpp1236 float A31 = (float)matrix[6], A32 = (float)matrix[7], A33 = (float)matrix[8];\
1245 float ws = A32*y + A33; \

Completed in 1082 milliseconds