HomeSort by relevance Sort by last modified time
    Searched refs:IntrinsicLocationsBuilderX86_64 (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
intrinsics_x86_64.h 33 class IntrinsicLocationsBuilderX86_64 FINAL : public IntrinsicVisitor {
35 explicit IntrinsicLocationsBuilderX86_64(CodeGeneratorX86_64* codegen);
55 DISALLOW_COPY_AND_ASSIGN(IntrinsicLocationsBuilderX86_64);
intrinsics_x86_64.cc 38 IntrinsicLocationsBuilderX86_64::IntrinsicLocationsBuilderX86_64(CodeGeneratorX86_64* codegen)
51 bool IntrinsicLocationsBuilderX86_64::TryDispatch(HInvoke* invoke) {
110 void IntrinsicLocationsBuilderX86_64::VisitDoubleDoubleToRawLongBits(HInvoke* invoke) {
113 void IntrinsicLocationsBuilderX86_64::VisitDoubleLongBitsToDouble(HInvoke* invoke) {
124 void IntrinsicLocationsBuilderX86_64::VisitFloatFloatToRawIntBits(HInvoke* invoke) {
127 void IntrinsicLocationsBuilderX86_64::VisitFloatIntBitsToFloat(HInvoke* invoke) {
169 void IntrinsicLocationsBuilderX86_64::VisitIntegerReverseBytes(HInvoke* invoke) {
177 void IntrinsicLocationsBuilderX86_64::VisitLongReverseBytes(HInvoke* invoke) {
185 void IntrinsicLocationsBuilderX86_64::VisitShortReverseBytes(HInvoke* invoke)
    [all...]
code_generator_x86_64.cc     [all...]

Completed in 101 milliseconds