Home
last modified time | relevance | path

Searched refs:kFloatSize (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1022 __ fld_s(MemOperand(esp, kFloatSize)); in AssembleArchInstruction()
1025 __ lea(esp, Operand(esp, 2 * kFloatSize)); in AssembleArchInstruction()
1035 __ fld_s(MemOperand(esp, kFloatSize)); in AssembleArchInstruction()
1038 __ lea(esp, Operand(esp, 2 * kFloatSize)); in AssembleArchInstruction()
1049 __ fld_s(MemOperand(esp, kFloatSize)); in AssembleArchInstruction()
1053 __ lea(esp, Operand(esp, 2 * kFloatSize)); in AssembleArchInstruction()
1064 __ fld_s(MemOperand(esp, kFloatSize)); in AssembleArchInstruction()
1068 __ lea(esp, Operand(esp, 2 * kFloatSize)); in AssembleArchInstruction()
1079 __ fld_s(MemOperand(esp, kFloatSize)); in AssembleArchInstruction()
1083 __ lea(esp, Operand(esp, 2 * kFloatSize)); in AssembleArchInstruction()
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc64 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc138 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc647 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1313 __ sub(esp, Immediate(kFloatSize)); in AssembleArchInstruction()
1315 frame_access_state()->IncreaseSPDelta(kFloatSize / kPointerSize); in AssembleArchInstruction()
1347 __ sub(esp, Immediate(kFloatSize)); in AssembleArchInstruction()
1349 frame_access_state()->IncreaseSPDelta(kFloatSize / kPointerSize); in AssembleArchInstruction()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc140 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h475 static const int kFloatSize = 4; variable
/external/v8/src/
Dglobals.h123 const int kFloatSize = sizeof(float); // NOLINT variable
Dobjects-inl.h1487 SIMD128_NUMERIC_LANE_FNS(Float32x4, float, 4, FLOAT, kFloatSize)
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc4121 subi(sp, sp, Operand(kFloatSize)); in MovIntToFloat()
4125 addi(sp, sp, Operand(kFloatSize)); in MovIntToFloat()
4130 subi(sp, sp, Operand(kFloatSize)); in MovFloatToInt()
4135 addi(sp, sp, Operand(kFloatSize)); in MovFloatToInt()
/external/v8/src/x87/
Dbuiltins-x87.cc2112 __ lea(esp, Operand(esp, kFloatSize)); in Generate_Apply()
2127 __ lea(esp, Operand(esp, -kFloatSize)); in Generate_Apply()