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

/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)) { \
646 if (HasRegisterInput(instr, 2)) { \
671 if (HasRegisterInput(instr, 2)) { \
696 if (HasRegisterInput(inst
[all...]
/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc124 static inline bool HasRegisterInput(Instruction* instr, int index) { function in namespace:v8::internal::compiler
310 if (HasRegisterInput(instr, 1)) { \
323 if (HasRegisterInput(instr, 1)) { \
623 if (HasRegisterInput(instr, 2)) { \
642 if (HasRegisterInput(instr, 2)) { \
661 if (HasRegisterInput(instr, 2)) { \
681 if (HasRegisterInput(instr, 2)) { \
700 if (HasRegisterInput(instr, 2)) { \
870 if (HasRegisterInput(instr, 0)) {
889 if (HasRegisterInput(inst
[all...]
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc141 static inline bool HasRegisterInput(Instruction* instr, size_t index) { function in namespace:v8::internal::compiler
1045 if (HasRegisterInput(instr, 0)) {
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc141 static inline bool HasRegisterInput(Instruction* instr, size_t index) { function in namespace:v8::internal::compiler
1256 if (HasRegisterInput(instr, 0)) {

Completed in 138 milliseconds