Searched refs:SPECIAL3 (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/v8/src/mips/ |
D | constants-mips.cc | 269 case SPECIAL3: in InstructionType()
|
D | constants-mips.h | 290 SPECIAL3 = ((3 << 3) + 7) << kOpcodeShift, enumerator
|
D | disasm-mips.cc | 757 case SPECIAL3: in DecodeTypeRegister()
|
D | assembler-mips.cc | 1599 GenInstrRegister(SPECIAL3, rs, rt, pos + size - 1, pos, INS); in ins_() 1607 GenInstrRegister(SPECIAL3, rs, rt, size - 1, pos, EXT); in ext_()
|
D | simulator-mips.cc | 1919 case SPECIAL3: in ConfigureTypeRegister() 2336 case SPECIAL3: in DecodeTypeRegister()
|