Searched defs:HasRegisterInput (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc133 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 Dcode-generator-mips64.cc133 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 Dcode-generator-ppc.cc117 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 Dcode-generator-s390.cc102 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