Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc285 bool Operand::is_reg_only() const { in is_reg_only() function in v8::internal::Operand
290 DCHECK(is_reg_only()); in reg()
665 DCHECK_IMPLIES(src.is_reg_only(), src.reg().is_byte_register()); in movsx_b()
680 DCHECK_IMPLIES(src.is_reg_only(), src.reg().is_byte_register()); in movzx_b()
1353 if (op.is_reg_only()) { in test()
1385 if (op.is_reg_only()) { in test_b()
1418 if (op.is_reg_only()) { in test_w()
H A Dmacro-assembler-ia32.cc589 Register src_reg = src.is_reg_only() ? src.reg() : tmp; in CallRecordWriteStub()
1626 if (src.is_reg_only()) { in CallRecordWriteStub()
H A Dassembler-ia32.h269 bool is_reg_only() const;
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.cc22 #define DCHECK_OPERAND_IS_NOT_REG(op) DCHECK(!op.is_reg_only());

Completed in 15 milliseconds