Home
last modified time | relevance | path

Searched defs:REGISTER_CODE (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dregister-configuration.cc28 #define REGISTER_CODE(R) kRegCode_##R, macro
30 #undef REGISTER_CODE macro
32 #define REGISTER_CODE(R) kDoubleCode_##R, macro
39 #undef REGISTER_CODE macro
43 #define REGISTER_CODE(R) kVRCode_##R, macro
45 #undef REGISTER_CODE macro
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dregister-s390.h84 #define REGISTER_CODE(R) kRegCode_##R, macro
86 #undef REGISTER_CODE macro
129 #define REGISTER_CODE(R) kDoubleCode_##R, macro
131 #undef REGISTER_CODE macro
176 #define REGISTER_CODE(R) kCCode_##R, macro
178 #undef REGISTER_CODE macro
/third_party/node/deps/v8/src/codegen/ia32/
H A Dregister-ia32.h53 #define REGISTER_CODE(R) kRegCode_##R, macro
55 #undef REGISTER_CODE macro
88 #define REGISTER_CODE(R) kDoubleCode_##R, macro
90 #undef REGISTER_CODE macro
/third_party/node/deps/v8/src/codegen/x64/
H A Dregister-x64.h55 #define REGISTER_CODE(R) kRegCode_##R, macro
57 #undef REGISTER_CODE macro
168 #define REGISTER_CODE(R) kDoubleCode_##R, macro
170 #undef REGISTER_CODE macro
175 #define REGISTER_CODE(R) kYMMCode_##R, macro
177 #undef REGISTER_CODE macro
/third_party/node/deps/v8/src/codegen/mips64/
H A Dregister-mips64.h80 #define REGISTER_CODE(R) kRegCode_##R, macro
82 #undef REGISTER_CODE macro
127 #define REGISTER_CODE(R) kMsaCode_##R, macro
129 #undef REGISTER_CODE macro
140 #define REGISTER_CODE(R) kDoubleCode_##R, macro
142 #undef REGISTER_CODE macro
/third_party/node/deps/v8/src/codegen/mips/
H A Dregister-mips.h81 #define REGISTER_CODE(R) kRegCode_##R, macro
83 #undef REGISTER_CODE macro
127 #define REGISTER_CODE(R) kDoubleCode_##R, macro
129 #undef REGISTER_CODE macro
153 #define REGISTER_CODE(R) kMsaCode_##R, macro
155 #undef REGISTER_CODE macro
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dregister-riscv64.h139 #define REGISTER_CODE(R) kRegCode_##R, macro
141 #undef REGISTER_CODE macro
181 #define REGISTER_CODE(R) kDoubleCode_##R, macro
183 #undef REGISTER_CODE macro
188 #define REGISTER_CODE(R) kVRCode_##R, macro
190 #undef REGISTER_CODE macro
/third_party/node/deps/v8/src/codegen/loong64/
H A Dregister-loong64.h75 #define REGISTER_CODE(R) kRegCode_##R, macro
77 #undef REGISTER_CODE macro
115 #define REGISTER_CODE(R) kDoubleCode_##R, macro
117 #undef REGISTER_CODE macro
/third_party/node/deps/v8/src/codegen/ppc/
H A Dregister-ppc.h99 #define REGISTER_CODE(R) kRegCode_##R, macro
101 #undef REGISTER_CODE macro
145 #define REGISTER_CODE(R) kDoubleCode_##R, macro
147 #undef REGISTER_CODE macro
200 #define REGISTER_CODE(R) kSimd128Code_##R, macro
202 #undef REGISTER_CODE macro
241 #define REGISTER_CODE( macro
243 #undef REGISTER_CODE global() macro
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dregister-arm.h64 #define REGISTER_CODE(R) kRegCode_##R, macro
66 #undef REGISTER_CODE macro
97 #define REGISTER_CODE(R) kSwVfpCode_##R, macro
99 #undef REGISTER_CODE macro
143 #define REGISTER_CODE(R) kDoubleCode_##R, macro
145 #undef REGISTER_CODE macro
205 #define REGISTER_CODE( macro
207 #undef REGISTER_CODE global() macro
241 #define REGISTER_CODE global() macro
243 #undef REGISTER_CODE global() macro
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.h87 #define REGISTER_CODE(R) kRegCode_##R, macro
89 #undef REGISTER_CODE macro
267 #define REGISTER_CODE(R) kDoubleCode_##R, macro
269 #undef REGISTER_CODE macro

Completed in 9 milliseconds