Searched refs:ReadHU (Results 1 – 6 of 6) sorted by relevance
245 inline uint16_t ReadHU(int32_t addr, Instruction* instr);
1401 uint16_t Simulator::ReadHU(int32_t addr, Instruction* instr) { in ReadHU() function in v8::internal::Simulator2874 alu_out = ReadHU(addr, instr); in DecodeTypeImmediate()
299 inline uint16_t ReadHU(int32_t addr, Instruction* instr);
1109 uint16_t Simulator::ReadHU(int32_t addr, Instruction* instr) { in ReadHU() function in v8::internal::Simulator2200 uint16_t val = ReadHU(addr, instr); in DecodeType01()
276 inline uint16_t ReadHU(int64_t addr, Instruction* instr);
1460 uint16_t Simulator::ReadHU(int64_t addr, Instruction* instr) { in ReadHU() function in v8::internal::Simulator3021 alu_out = ReadHU(addr, instr); in DecodeTypeImmediate()