Searched refs:COND_ARGS (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 126 #define COND_ARGS cond, r1, r2 macro 137 Name(target, COND_ARGS, bd); \ 150 #undef COND_ARGS macro 200 #define COND_ARGS \ macro 205 void Jump(Register target, int16_t offset = 0, COND_ARGS); 206 void Jump(Register target, Register base, int16_t offset = 0, COND_ARGS); 207 void Jump(Register target, const Operand& offset, COND_ARGS); 208 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS); 209 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS); 214 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS); 526 #undef COND_ARGS global() macro [all...] |
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 172 #define COND_ARGS \ macro 176 void Jump(Register target, COND_ARGS); 177 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS); 178 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS); 183 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS); 185 void Call(Register target, COND_ARGS); 186 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS); 188 COND_ARGS); 215 void Ret(COND_ARGS); 504 #undef COND_ARGS macro [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 147 #define COND_ARGS cond, r1, r2 macro 158 Name(target, COND_ARGS, bd); \ 171 #undef COND_ARGS macro 227 #define COND_ARGS \ macro 232 void Jump(Register target, COND_ARGS); 233 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS); 234 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS); 239 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS); 241 void Call(Register target, COND_ARGS); 242 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS); 584 #undef COND_ARGS global() macro [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 138 #define COND_ARGS cond, r1, r2 macro 161 #undef COND_ARGS macro 229 #define COND_ARGS \ macro 233 void Jump(Register target, COND_ARGS); 234 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS); 235 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS); 240 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS); 242 void Call(Register target, COND_ARGS); 243 void Call(Address target, RelocInfo::Mode rmode, COND_ARGS); 245 COND_ARGS); 548 #undef COND_ARGS global() macro [all...] |
Completed in 5 milliseconds