Home
last modified time | relevance | path

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

/external/v8/src/compiler/x87/
Dcode-generator-x87.cc203 __ lea(esp, Operand(esp, kFloatSize)); in Generate()
1102 __ fld_s(MemOperand(esp, kFloatSize)); in AssembleArchInstruction()
1105 __ lea(esp, Operand(esp, 2 * kFloatSize)); in AssembleArchInstruction()
1115 __ fld_s(MemOperand(esp, kFloatSize)); in AssembleArchInstruction()
1118 __ lea(esp, Operand(esp, 2 * kFloatSize)); in AssembleArchInstruction()
1129 __ fld_s(MemOperand(esp, kFloatSize)); in AssembleArchInstruction()
1133 __ lea(esp, Operand(esp, 2 * kFloatSize)); in AssembleArchInstruction()
1144 __ fld_s(MemOperand(esp, kFloatSize)); in AssembleArchInstruction()
1148 __ lea(esp, Operand(esp, 2 * kFloatSize)); in AssembleArchInstruction()
1159 __ fld_s(MemOperand(esp, kFloatSize)); in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/
Dgap-resolver.cc34 DCHECK_EQ(kPointerSize, kFloatSize); in Split()
/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/csharp/
Dcsharp_helpers.cc393 case FieldDescriptor::TYPE_FLOAT : return internal::WireFormatLite::kFloatSize; in GetFixedSize()
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc2276 __ lea(esp, Operand(esp, 2 * kFloatSize)); in Generate_Apply()
2298 __ lea(esp, Operand(esp, -2 * kFloatSize)); in Generate_Apply()
2704 __ lea(esp, Operand(esp, 2 * kFloatSize)); in CheckSpreadAndPushToStack()
2781 __ lea(esp, Operand(esp, -2 * kFloatSize)); in CheckSpreadAndPushToStack()
2804 __ lea(esp, Operand(esp, 2 * kFloatSize)); in CheckSpreadAndPushToStack()
2846 __ lea(esp, Operand(esp, 1 * kFloatSize)); in CheckSpreadAndPushToStack()
2865 __ lea(esp, Operand(esp, -3 * kFloatSize)); in CheckSpreadAndPushToStack()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc667 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1832 __ sub(esp, Immediate(kFloatSize)); in AssembleArchInstruction()
1834 frame_access_state()->IncreaseSPDelta(kFloatSize / kPointerSize); in AssembleArchInstruction()
1869 frame_access_state()->IncreaseSPDelta(kFloatSize / kPointerSize); in AssembleArchInstruction()
1871 __ sub(esp, Immediate(kFloatSize)); in AssembleArchInstruction()
1873 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.h498 static const int kFloatSize = 4; variable
/external/v8/src/
Dglobals.h151 const int kFloatSize = sizeof(float); variable
Ddeoptimizer.h716 static_assert(sizeof(Float32) == kFloatSize, "size mismatch");
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc3625 subi(sp, sp, Operand(kFloatSize)); in MovIntToFloat()
3629 addi(sp, sp, Operand(kFloatSize)); in MovIntToFloat()
3634 subi(sp, sp, Operand(kFloatSize)); in MovFloatToInt()
3638 addi(sp, sp, Operand(kFloatSize)); in MovFloatToInt()