Searched refs:kFloatSize (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 203 __ 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/ |
D | gap-resolver.cc | 34 DCHECK_EQ(kPointerSize, kFloatSize); in Split()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_primitive_field.cc | 64 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_primitive_field.cc | 138 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_helpers.cc | 393 case FieldDescriptor::TYPE_FLOAT : return internal::WireFormatLite::kFloatSize; in GetFixedSize()
|
/external/v8/src/builtins/x87/ |
D | builtins-x87.cc | 2276 __ 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/ |
D | java_helpers.cc | 667 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1832 __ 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/ |
D | javanano_primitive_field.cc | 140 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize; in FixedSize()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.h | 498 static const int kFloatSize = 4; variable
|
/external/v8/src/ |
D | globals.h | 151 const int kFloatSize = sizeof(float); variable
|
D | deoptimizer.h | 716 static_assert(sizeof(Float32) == kFloatSize, "size mismatch");
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 3625 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()
|