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