Home
last modified time | relevance | path

Searched refs:TEQ (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/src/mips/
Dconstants-mips.cc226 case TEQ: in IsTrap()
Dconstants-mips.h439 TEQ = ((6U << 3) + 4), enumerator
927 FunctionFieldToBitNumber(TEQ) | FunctionFieldToBitNumber(TNE) |
Ddisasm-mips.cc432 case TEQ: in PrintCode()
1188 case TEQ: in DecodeTypeRegisterSPECIAL()
Dassembler-mips.cc1951 SPECIAL | TEQ | rs.code() << kRsShift | rt.code() << kRtShift | code << 6; in teq()
Dsimulator-mips.cc3712 case TEQ: in DecodeTypeRegisterSPECIAL()
/external/v8/src/mips64/
Dconstants-mips64.cc226 case TEQ: in IsTrap()
Dconstants-mips64.h449 TEQ = ((6U << 3) + 4), enumerator
984 FunctionFieldToBitNumber(TEQ) | FunctionFieldToBitNumber(TNE) |
Ddisasm-mips64.cc447 case TEQ: in PrintCode()
1397 case TEQ: in DecodeTypeRegisterSPECIAL()
Dassembler-mips64.cc2236 SPECIAL | TEQ | rs.code() << kRsShift | rt.code() << kRtShift | code << 6; in teq()
Dsimulator-mips64.cc3783 case TEQ: in DecodeTypeRegisterSPECIAL()
/external/tremolo/Tremolo/
DmdctLARM.s69 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
74 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
79 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
84 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
100 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
137 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
142 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
147 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
152 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
169 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
[all …]
DmdctARM.s71 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
76 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
81 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
86 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
102 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
139 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
144 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
149 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
154 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
171 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range
[all …]
/external/v8/src/arm/
Dconstants-arm.h150 TEQ = 9 << 21, // Test Equivalence. enumerator
Ddisasm-arm.cc896 case TEQ: { in DecodeType01()
Dsimulator-arm.cc2448 case TEQ: { in DecodeType01()
Dassembler-arm.cc1473 addrmod1(cond | TEQ | S, src1, r0, src2); in teq()
/external/llvm/test/MC/ARM/
Ddiagnostics.s668 TEQ r7, #-2149, #0
669 TEQ r7, #100, #1
Dbasic-arm-instructions.s3121 @ TEQ
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2950 emitRRI(Mips::TEQ, RtReg, ZeroReg, 0x7, IDLoc, Instructions); in expandDiv()
2967 emitRRI(Mips::TEQ, RtReg, ZeroReg, 0x7, IDLoc, Instructions); in expandDiv()
2983 emitRRI(Mips::TEQ, RtReg, ZeroReg, 0x7, IDLoc, Instructions); in expandDiv()
3019 emitRRI(Mips::TEQ, RsReg, ATReg, 0x6, IDLoc, Instructions); in expandDiv()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1677 emitInst(Mips::TEQ).addReg(Src1Reg).addReg(Mips::ZERO).addImm(7); in selectDivRem()
DMipsInstrInfo.td1459 def TEQ : MMRel, TEQ_FT<"teq", GPR32Opnd>, TEQ_FM<0x34>, ISA_MIPS2;
1893 (TEQ GPR32Opnd:$rs, GPR32Opnd:$rt, 0), 1>, ISA_MIPS2;
DMipsISelLowering.cpp921 MIB = BuildMI(MBB, std::next(I), MI->getDebugLoc(), TII.get(Mips::TEQ)) in insertDivByZeroTrap()
/external/llvm/test/MC/Disassembler/ARM/
Dthumb2.txt2283 # TEQ
Dbasic-arm-instructions.txt2142 # TEQ
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4435 // Note that TST/TEQ don't set all the same flags that CMP does!
4440 defm TEQ : AI1_cmp_irs<0b1001, "teq",

12