Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h542 inline int ImmedMovwMovtValue() const { in ImmedMovwMovtValue() function in v8::internal::Instruction
545 DECLARE_STATIC_ACCESSOR(ImmedMovwMovtValue)
H A Dassembler-arm-inl.h253 return static_cast<Address>((movt_instr->ImmedMovwMovtValue() << 16) | in target_address_at()
254 movw_instr->ImmedMovwMovtValue()); in target_address_at()
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc422 int imm = instr->ImmedMovwMovtValue(); in PrintMovwMovt()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc2513 alu_out = instr->ImmedMovwMovtValue(); in DecodeType01()
2545 (get_register(rd) & 0xFFFF) | (instr->ImmedMovwMovtValue() << 16); in DecodeType01()

Completed in 20 milliseconds