Searched defs:HasRegisterInput (Results 1 - 4 of 4) sorted by relevance
/external/v8/src/compiler/mips/ |
H A D | code-generator-mips.cc | 133 static inline bool HasRegisterInput(Instruction* instr, size_t index) { function in namespace:v8::internal::compiler 988 if (HasRegisterInput(instr, 0)) {
|
/external/v8/src/compiler/mips64/ |
H A D | code-generator-mips64.cc | 133 static inline bool HasRegisterInput(Instruction* instr, size_t index) { function in namespace:v8::internal::compiler 1156 if (HasRegisterInput(instr, 0)) {
|
/external/v8/src/compiler/ppc/ |
H A D | code-generator-ppc.cc | 117 static inline bool HasRegisterInput(Instruction* instr, size_t index) { function in namespace:v8::internal::compiler 318 if (HasRegisterInput(instr, 1)) { \ 330 if (HasRegisterInput(instr, 1)) { \ 342 if (HasRegisterInput(instr, 1)) { \ 354 if (HasRegisterInput(instr, 1)) { \ 366 if (HasRegisterInput(instr, 1)) { \ 397 if (HasRegisterInput(instr, 1)) { \ 577 if (HasRegisterInput(instr, 2)) { \ 602 if (HasRegisterInput(instr, 2)) { \ 627 if (HasRegisterInput(inst [all...] |
/external/v8/src/compiler/s390/ |
H A D | code-generator-s390.cc | 102 static inline bool HasRegisterInput(Instruction* instr, int index) { function in namespace:v8::internal::compiler 284 if (HasRegisterInput(instr, 1)) { \ 295 if (HasRegisterInput(instr, 1)) { \ 306 if (HasRegisterInput(instr, 1)) { \ 317 if (HasRegisterInput(instr, 1)) { \ 345 if (HasRegisterInput(instr, 1)) { \ 490 if (HasRegisterInput(instr, 2)) { \ 509 if (HasRegisterInput(instr, 2)) { \ 528 if (HasRegisterInput(instr, 2)) { \ 548 if (HasRegisterInput(inst [all...] |
Completed in 86 milliseconds