Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1307 int32_t result = get_register(instr->RmValue()); in GetShiftRm()
2038 int rm = instr->RmValue(); in DecodeType01()
2147 int rt = instr->RmValue(); in DecodeType01()
2198 int rm = instr->RmValue(); in DecodeType01()
2326 int rm = instr->RmValue(); in DecodeType01()
2339 int rm = instr->RmValue(); in DecodeType01()
2358 int rm = instr->RmValue(); in DecodeType01()
2708 uint32_t rm_val = get_register(instr->RmValue()); in DecodeType3()
2715 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()
2737 int32_t rm_val = get_register(instr->RmValue()); in DecodeType3()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h527 inline int RmValue() const { return Bits(3, 0); } in RmValue() function in v8::internal::Instruction
528 DECLARE_STATIC_ACCESSOR(RmValue)
H A Dassembler-arm.cc704 return Register::from_code(Instruction::RmValue(instr)); in GetRm()
828 Register::from_code(Instruction::RmValue(instr_at(pos + kInstrSize))); in target_at_put()
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc198 int rm = instr->RmValue(); in PrintShiftRm()
309 int reg = instr->RmValue(); in FormatRegister()
1339 if (instr->RmValue() == 15) { in DecodeType3()

Completed in 22 milliseconds