Home
last modified time | relevance | path

Searched refs:InputImmediate (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc65 Operand InputImmediate(size_t index) { in InputImmediate() function in v8::internal::compiler::final
319 i.InputImmediate(1)); \
330 i.InputImmediate(1), i.OutputRCBit()); \
341 i.InputImmediate(1), i.OutputRCBit()); \
395 __ cmpl_instr##i(i.InputRegister(0), i.InputImmediate(1), cr); \
397 __ cmp_instr##i(i.InputRegister(0), i.InputImmediate(1), cr); \
1191 __ andi(i.OutputRegister(), i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction()
1203 __ ori(i.OutputRegister(), i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction()
1216 __ xori(i.OutputRegister(), i.InputRegister(0), i.InputImmediate(1)); in AssembleArchInstruction()
1363 __ AddS64(i.OutputRegister(), i.InputRegister(0), i.InputImmediate( in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc60 Operand InputImmediate(size_t index) { in InputImmediate() function in v8::internal::compiler::final
380 __ instr(i.OutputRegister(), i.InputImmediate(1)); \
400 __ instr(i.OutputRegister(), i.InputRegister(0), i.InputImmediate(1)); \
546 __ cmpl_instr(i.InputRegister(0), i.InputImmediate(1)); \
548 __ cmp_instr(i.InputRegister(0), i.InputImmediate(1)); \
579 __ cmpl_instr(i.InputRegister(0), i.InputImmediate(1)); \
581 __ cmp_instr(i.InputRegister(0), i.InputImmediate(1)); \
1935 Operand opnd = i.InputImmediate(1); in AssembleArchInstruction()
1948 Operand opnd = i.InputImmediate(1); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc43 Immediate InputImmediate(size_t index) { in InputImmediate() function in v8::internal::compiler::X64OperandConverter
750 __ asm_instr(i.InputRegister(0), i.InputImmediate(1)); \
752 __ asm_instr(i.InputOperand(0), i.InputImmediate(1)); \
770 __ asm_instr(left, i.InputImmediate(index)); \
777 __ asm_instr(i.InputRegister(0), i.InputImmediate(1)); \
779 __ asm_instr(i.InputOperand(0), i.InputImmediate(1)); \
796 i.InputImmediate(1)); \
799 i.InputImmediate(1)); \
2415 Immediate value(i.InputImmediate(index)); in AssembleArchInstruction()
2460 Immediate value(i.InputImmediate(inde in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc46 Immediate InputImmediate(size_t index) { in InputImmediate() function in v8::internal::compiler::IA32OperandConverter
376 __ asm_instr(left, i.InputImmediate(index)); \
383 __ asm_instr(i.InputRegister(0), i.InputImmediate(1)); \
385 __ asm_instr(i.InputOperand(0), i.InputImmediate(1)); \
434 __ asm_instr(i.InputOperand(0), i.InputImmediate(1)); \
1602 __ mov(operand, i.InputImmediate(index)); in AssembleArchInstruction()
1695 __ push(i.InputImmediate(1)); in AssembleArchInstruction()
1743 __ mov(Operand(esp, slot * kSystemPointerSize), i.InputImmediate(0)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc76 Operand InputImmediate(size_t index) { in InputImmediate() function in v8::internal::compiler::final
105 return InputImmediate(index); in InputOperand()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc50 Operand InputImmediate(size_t index) const { in InputImmediate() function in v8::internal::compiler::final
63 return InputImmediate(index + 0); in InputOperand2()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc76 Operand InputImmediate(size_t index) { in InputImmediate() function in v8::internal::compiler::final
107 return InputImmediate(index); in InputOperand()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc75 Operand InputImmediate(size_t index) { in InputImmediate() function in v8::internal::compiler::final
105 return InputImmediate(index); in InputOperand()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc87 Operand InputImmediate(size_t index) { in InputImmediate() function in v8::internal::compiler::final
118 return InputImmediate(index); in InputOperand()

Completed in 44 milliseconds