Searched refs:instr2 (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/mips/
H A Dassembler-mips-inl.h277 Instr instr2 = Assembler::instr_at(pc_ + 2 * Assembler::kInstrSize); local
280 ((instr2 & kOpcodeMask) == JAL ||
281 ((instr2 & kOpcodeMask) == SPECIAL &&
282 (instr2 & kFunctionFieldMask) == JALR)));
H A Dassembler-mips.cc2126 Instr instr2 = instr_at(pc + kInstrSize); local
2128 if ((GetOpcodeField(instr1) == LUI) && (GetOpcodeField(instr2) == ORI)) {
2131 (GetImmediate16(instr1) << 16) | GetImmediate16(instr2));
2157 Instr instr2 = instr_at(pc + kInstrSize); local
2158 uint32_t rt_code = GetRtField(instr2);
2165 CHECK((GetOpcodeField(instr1) == LUI && GetOpcodeField(instr2) == ORI));
2186 // This optimization can only be applied if the rt-code from instr2 is the
2214 if (in_range && GetRt(instr2) == GetRs(instr3)) {
2221 if (in_range && !is_ret && GetRt(instr2) == GetRs(instr3)) {
2232 uint32_t rs_field = GetRt(instr2) << kRsShif
2260 Instr instr2 = instr_at(pc + 1 * kInstrSize); local
[all...]
/external/icu4c/test/intltest/
H A Dregextst.cpp771 UnicodeString instr2 = "not abc"; local
782 m1->reset(instr2);
784 REGEX_ASSERT(m1->input() == instr2);
826 m1->reset(instr2);
867 m1->reset(instr2); // "not abc"

Completed in 84 milliseconds