Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dconstants-mips.cc207 case TEQ: in IsTrap()
250 case TEQ: in InstructionType()
Ddisasm-mips.cc279 case TEQ: in PrintCode()
786 case TEQ: in DecodeTypeRegister()
Dconstants-mips.h412 TEQ = ((6 << 3) + 4), enumerator
Dsimulator-mips.cc2067 case TEQ: in ConfigureTypeRegister()
2614 case TEQ: in DecodeTypeRegister()
Dassembler-mips.cc1850 SPECIAL | TEQ | rs.code() << kRsShift | rt.code() << kRtShift | code << 6; in teq()
/external/v8/src/mips64/
Dconstants-mips64.cc207 case TEQ: in IsTrap()
267 case TEQ: in InstructionType()
Ddisasm-mips64.cc280 case TEQ: in PrintCode()
913 case TEQ: in DecodeTypeRegister()
Dconstants-mips64.h400 TEQ = ((6 << 3) + 4), enumerator
Dsimulator-mips64.cc2190 case TEQ: in ConfigureTypeRegister()
2732 case TEQ: in DecodeTypeRegister()
Dassembler-mips64.cc2045 SPECIAL | TEQ | rs.code() << kRsShift | rt.code() << kRtShift | code << 6; in teq()
/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.h139 TEQ = 9 << 21, // Test Equivalence. enumerator
Ddisasm-arm.cc897 case TEQ: { in DecodeType01()
Dsimulator-arm.cc2383 case TEQ: { in DecodeType01()
Dassembler-arm.cc1437 addrmod1(cond | TEQ | S, src1, r0, src2); in teq()
/external/llvm/test/MC/ARM/
Ddiagnostics.s664 TEQ r7, #-2149, #0
665 TEQ r7, #100, #1
Dbasic-thumb2-instructions.s3185 @ TEQ
Dbasic-arm-instructions.s3110 @ TEQ
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td1244 def TEQ : MMRel, TEQ_FT<"teq", GPR32Opnd>, TEQ_FM<0x34>, ISA_MIPS2;
1611 (TEQ GPR32Opnd:$rs, GPR32Opnd:$rt, 0), 1>, ISA_MIPS2;
DMipsISelLowering.cpp890 MIB = BuildMI(MBB, std::next(I), MI->getDebugLoc(), TII.get(Mips::TEQ)) in insertDivByZeroTrap()
/external/llvm/test/MC/Disassembler/ARM/
Dbasic-arm-instructions.txt2142 # TEQ
Dthumb2.txt2283 # TEQ
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4395 // Note that TST/TEQ don't set all the same flags that CMP does!
4400 defm TEQ : AI1_cmp_irs<0b1001, "teq",