Home
last modified time | relevance | path

Searched defs:registers (Results 1 – 25 of 66) sorted by relevance

123

/third_party/node/deps/v8/src/codegen/ia32/
Dinterface-descriptors-ia32-inl.h16 auto registers = RegisterArray(eax, ecx, edx, edi); in DefaultRegisterArray() local
34 constexpr auto WriteBarrierDescriptor::registers() { in registers() function
124 constexpr auto TypeofDescriptor::registers() { return RegisterArray(eax); } in registers() function
127 constexpr auto CallTrampolineDescriptor::registers() { in registers() function
134 constexpr auto CopyDataPropertiesWithExcludedPropertiesDescriptor::registers() { in registers() function
142 CopyDataPropertiesWithExcludedPropertiesOnStackDescriptor::registers() { in registers() function
150 constexpr auto CallVarargsDescriptor::registers() { in registers() function
159 constexpr auto CallForwardVarargsDescriptor::registers() { in registers() function
167 constexpr auto CallFunctionTemplateDescriptor::registers() { in registers() function
174 constexpr auto CallWithSpreadDescriptor::registers() { in registers() function
[all …]
/third_party/node/deps/v8/src/codegen/x64/
Dinterface-descriptors-x64-inl.h16 auto registers = RegisterArray(rax, rbx, rcx, rdx, rdi); in DefaultRegisterArray() local
36 constexpr auto WriteBarrierDescriptor::registers() { in registers() function
46 constexpr auto TSANStoreDescriptor::registers() { in registers() function
51 constexpr auto TSANLoadDescriptor::registers() { in registers() function
140 constexpr auto TypeofDescriptor::registers() { return RegisterArray(rax); } in registers() function
143 constexpr auto CallTrampolineDescriptor::registers() { in registers() function
149 constexpr auto CopyDataPropertiesWithExcludedPropertiesDescriptor::registers() { in registers() function
157 CopyDataPropertiesWithExcludedPropertiesOnStackDescriptor::registers() { in registers() function
165 constexpr auto CallVarargsDescriptor::registers() { in registers() function
174 constexpr auto CallForwardVarargsDescriptor::registers() { in registers() function
[all …]
/third_party/node/deps/v8/src/codegen/arm64/
Dinterface-descriptors-arm64-inl.h18 auto registers = RegisterArray(x0, x1, x2, x3, x4); in DefaultRegisterArray() local
40 constexpr auto WriteBarrierDescriptor::registers() { in registers() function
128 constexpr auto TypeofDescriptor::registers() { return RegisterArray(x0); } in registers() function
131 constexpr auto CallTrampolineDescriptor::registers() { in registers() function
137 constexpr auto CopyDataPropertiesWithExcludedPropertiesDescriptor::registers() { in registers() function
144 CopyDataPropertiesWithExcludedPropertiesOnStackDescriptor::registers() { in registers() function
152 constexpr auto CallVarargsDescriptor::registers() { in registers() function
161 constexpr auto CallForwardVarargsDescriptor::registers() { in registers() function
169 constexpr auto CallFunctionTemplateDescriptor::registers() { in registers() function
176 constexpr auto CallWithSpreadDescriptor::registers() { in registers() function
[all …]
Dmacro-assembler-arm64.h1750 inline void PushSizeRegList(RegList registers, unsigned reg_size) { in PushSizeRegList()
1753 inline void PushSizeRegList(DoubleRegList registers, unsigned reg_size) { in PushSizeRegList()
1756 inline void PopSizeRegList(RegList registers, unsigned reg_size) { in PopSizeRegList()
1759 inline void PopSizeRegList(DoubleRegList registers, unsigned reg_size) { in PopSizeRegList()
/third_party/node/deps/v8/src/codegen/riscv64/
Dinterface-descriptors-riscv64-inl.h18 auto registers = RegisterArray(a0, a1, a2, a3, a4); in DefaultRegisterArray() local
41 constexpr auto WriteBarrierDescriptor::registers() { in registers() function
129 constexpr auto TypeofDescriptor::registers() { return RegisterArray(a0); } in registers() function
132 constexpr auto CallTrampolineDescriptor::registers() { in registers() function
139 constexpr auto CopyDataPropertiesWithExcludedPropertiesDescriptor::registers() { in registers() function
147 CopyDataPropertiesWithExcludedPropertiesOnStackDescriptor::registers() { in registers() function
155 constexpr auto CallVarargsDescriptor::registers() { in registers() function
164 constexpr auto CallForwardVarargsDescriptor::registers() { in registers() function
172 constexpr auto CallFunctionTemplateDescriptor::registers() { in registers() function
179 constexpr auto CallWithSpreadDescriptor::registers() { in registers() function
[all …]
/third_party/node/deps/v8/src/codegen/loong64/
Dinterface-descriptors-loong64-inl.h17 auto registers = RegisterArray(a0, a1, a2, a3, a4); in DefaultRegisterArray() local
40 constexpr auto WriteBarrierDescriptor::registers() { in registers() function
127 constexpr auto TypeofDescriptor::registers() { return RegisterArray(a0); } in registers() function
130 constexpr auto CallTrampolineDescriptor::registers() { in registers() function
137 constexpr auto CopyDataPropertiesWithExcludedPropertiesDescriptor::registers() { in registers() function
145 CopyDataPropertiesWithExcludedPropertiesOnStackDescriptor::registers() { in registers() function
153 constexpr auto CallVarargsDescriptor::registers() { in registers() function
162 constexpr auto CallForwardVarargsDescriptor::registers() { in registers() function
170 constexpr auto CallFunctionTemplateDescriptor::registers() { in registers() function
177 constexpr auto CallWithSpreadDescriptor::registers() { in registers() function
[all …]
/third_party/node/deps/v8/src/codegen/mips64/
Dinterface-descriptors-mips64-inl.h17 auto registers = RegisterArray(a0, a1, a2, a3, a4); in DefaultRegisterArray() local
40 constexpr auto WriteBarrierDescriptor::registers() { in registers() function
127 constexpr auto TypeofDescriptor::registers() { return RegisterArray(a0); } in registers() function
130 constexpr auto CallTrampolineDescriptor::registers() { in registers() function
137 constexpr auto CopyDataPropertiesWithExcludedPropertiesDescriptor::registers() { in registers() function
145 CopyDataPropertiesWithExcludedPropertiesOnStackDescriptor::registers() { in registers() function
153 constexpr auto CallVarargsDescriptor::registers() { in registers() function
162 constexpr auto CallForwardVarargsDescriptor::registers() { in registers() function
170 constexpr auto CallFunctionTemplateDescriptor::registers() { in registers() function
177 constexpr auto CallWithSpreadDescriptor::registers() { in registers() function
[all …]
/third_party/node/deps/v8/src/codegen/mips/
Dinterface-descriptors-mips-inl.h17 auto registers = RegisterArray(a0, a1, a2, a3, t0); in DefaultRegisterArray() local
36 constexpr auto WriteBarrierDescriptor::registers() { in registers() function
126 constexpr auto TypeofDescriptor::registers() { return RegisterArray(a0); } in registers() function
129 constexpr auto CallTrampolineDescriptor::registers() { in registers() function
136 constexpr auto CopyDataPropertiesWithExcludedPropertiesDescriptor::registers() { in registers() function
144 CopyDataPropertiesWithExcludedPropertiesOnStackDescriptor::registers() { in registers() function
152 constexpr auto CallVarargsDescriptor::registers() { in registers() function
161 constexpr auto CallForwardVarargsDescriptor::registers() { in registers() function
169 constexpr auto CallFunctionTemplateDescriptor::registers() { in registers() function
176 constexpr auto CallWithSpreadDescriptor::registers() { in registers() function
[all …]
/third_party/node/deps/v8/src/codegen/arm/
Dinterface-descriptors-arm-inl.h17 auto registers = RegisterArray(r0, r1, r2, r3, r4); in DefaultRegisterArray() local
40 constexpr auto WriteBarrierDescriptor::registers() { in registers() function
127 constexpr auto TypeofDescriptor::registers() { return RegisterArray(r0); } in registers() function
130 constexpr auto CallTrampolineDescriptor::registers() { in registers() function
137 constexpr auto CopyDataPropertiesWithExcludedPropertiesDescriptor::registers() { in registers() function
145 CopyDataPropertiesWithExcludedPropertiesOnStackDescriptor::registers() { in registers() function
153 constexpr auto CallVarargsDescriptor::registers() { in registers() function
162 constexpr auto CallForwardVarargsDescriptor::registers() { in registers() function
170 constexpr auto CallFunctionTemplateDescriptor::registers() { in registers() function
177 constexpr auto CallWithSpreadDescriptor::registers() { in registers() function
[all …]
/third_party/node/deps/v8/src/codegen/ppc/
Dinterface-descriptors-ppc-inl.h17 auto registers = RegisterArray(r3, r4, r5, r6, r7); in DefaultRegisterArray() local
40 constexpr auto WriteBarrierDescriptor::registers() { in registers() function
131 constexpr auto TypeofDescriptor::registers() { return RegisterArray(r3); } in registers() function
134 constexpr auto CallTrampolineDescriptor::registers() { in registers() function
141 constexpr auto CopyDataPropertiesWithExcludedPropertiesDescriptor::registers() { in registers() function
149 CopyDataPropertiesWithExcludedPropertiesOnStackDescriptor::registers() { in registers() function
157 constexpr auto CallVarargsDescriptor::registers() { in registers() function
166 constexpr auto CallForwardVarargsDescriptor::registers() { in registers() function
174 constexpr auto CallFunctionTemplateDescriptor::registers() { in registers() function
181 constexpr auto CallWithSpreadDescriptor::registers() { in registers() function
[all …]
/third_party/node/deps/v8/src/codegen/s390/
Dinterface-descriptors-s390-inl.h17 auto registers = RegisterArray(r2, r3, r4, r5, r6); in DefaultRegisterArray() local
40 constexpr auto WriteBarrierDescriptor::registers() { in registers() function
131 constexpr auto TypeofDescriptor::registers() { return RegisterArray(r2); } in registers() function
134 constexpr auto CallTrampolineDescriptor::registers() { in registers() function
141 constexpr auto CopyDataPropertiesWithExcludedPropertiesDescriptor::registers() { in registers() function
149 CopyDataPropertiesWithExcludedPropertiesOnStackDescriptor::registers() { in registers() function
157 constexpr auto CallVarargsDescriptor::registers() { in registers() function
166 constexpr auto CallForwardVarargsDescriptor::registers() { in registers() function
174 constexpr auto CallFunctionTemplateDescriptor::registers() { in registers() function
181 constexpr auto CallWithSpreadDescriptor::registers() { in registers() function
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DCPUID.cpp52 int registers[4]; in supportsMMX() local
59 int registers[4]; in supportsCMOV() local
66 int registers[4]; in supportsSSE() local
73 int registers[4]; in supportsSSE2() local
80 int registers[4]; in supportsSSE3() local
87 int registers[4]; in supportsSSSE3() local
94 int registers[4]; in supportsSSE4_1() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DCPUID.cpp52 int registers[4]; in supportsMMX() local
59 int registers[4]; in supportsCMOV() local
66 int registers[4]; in supportsSSE() local
73 int registers[4]; in supportsSSE2() local
80 int registers[4]; in supportsSSE3() local
87 int registers[4]; in supportsSSSE3() local
94 int registers[4]; in supportsSSE4_1() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DArrayDecoders.java78 static int decodeVarint32(byte[] data, int position, Registers registers) { in decodeVarint32()
88 static int decodeVarint32(int firstByte, byte[] data, int position, Registers registers) { in decodeVarint32()
128 static int decodeVarint64(byte[] data, int position, Registers registers) { in decodeVarint64()
139 static int decodeVarint64(long firstByte, byte[] data, int position, Registers registers) { in decodeVarint64()
184 static int decodeString(byte[] data, int position, Registers registers) in decodeString()
200 static int decodeStringRequireUtf8(byte[] data, int position, Registers registers) in decodeStringRequireUtf8()
216 static int decodeBytes(byte[] data, int position, Registers registers) in decodeBytes()
236 Schema schema, byte[] data, int position, int limit, Registers registers) throws IOException { in decodeMessageField()
255 Schema schema, byte[] data, int position, int limit, int endGroup, Registers registers) in decodeGroupField()
271 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeVarint32List()
[all …]
DSchema.java59 void mergeFrom(T message, byte[] data, int position, int limit, Registers registers) in mergeFrom()
DMessageSchema.java4359 Registers registers) in decodeMapEntryValue()
4427 Registers registers) in decodeMapEntry()
4493 Registers registers) in parseRepeatedField()
4665 Registers registers) in parseMapField()
4697 Registers registers) in parseOneofField()
4877 T message, byte[] data, int position, int limit, int endGroup, Registers registers) in parseProto2Message()
5186 T message, byte[] data, int position, int limit, Registers registers) throws IOException { in parseProto3Message()
5437 public void mergeFrom(T message, byte[] data, int position, int limit, Registers registers) in mergeFrom()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DCPUID.cpp183 int registers[4]; in detectMMX() local
190 int registers[4]; in detectCMOV() local
197 int registers[4]; in detectSSE() local
204 int registers[4]; in detectSSE2() local
211 int registers[4]; in detectSSE3() local
218 int registers[4]; in detectSSSE3() local
225 int registers[4]; in detectSSE4_1() local
/third_party/node/deps/v8/src/codegen/
Dinterface-descriptors-inl.h51 constexpr auto StaticCallInterfaceDescriptor<DerivedDescriptor>::registers() { in registers() function
57 constexpr auto StaticJSCallInterfaceDescriptor<DerivedDescriptor>::registers() { in registers() function
66 static auto registers = DerivedDescriptor::registers(); in Initialize() local
Dinterface-descriptors.cc16 const Register* registers) { in InitializeRegisters()
Dregister-configuration.cc192 RegList registers) { in RestrictGeneralRegisters()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DArrayDecodersTest.java43 private Registers registers; field in ArrayDecodersTest
53 ArrayDecoders.decodeString(NEGATIVE_SIZE_0.toByteArray(), 0, registers); in testException_decodeString() local
61 ArrayDecoders.decodeStringRequireUtf8(NEGATIVE_SIZE_0.toByteArray(), 0, registers); in testException_decodeStringRequireUtf8() local
69 ArrayDecoders.decodeBytes(NEGATIVE_SIZE_0.toByteArray(), 0, registers); in testException_decodeBytes() local
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_x86-64_asm.py33 def should_use_push(registers): argument
42 def local_size(registers): argument
53 def save_all_regs(registers): argument
64 def restore_all_regs(registers): argument
/third_party/mesa3d/src/freedreno/
Dmeson.build44 subdir('registers') subdir
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DThread.hpp93 std::shared_ptr<Scope> registers; member in vk::dbg::Frame
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.cc127 std::ostream& operator<<(std::ostream& os, RegisterList registers) { in operator <<()

123