Searched refs:tmove (Results 1 – 5 of 5) sorted by relevance
/external/lua/src/ |
D | ltablib.c | 128 static int tmove (lua_State *L) { in tmove() function 435 {"move", tmove},
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 123 !strconcat(asmstr, "\t$rx, $imm\n\tmove\t$cc, $$t8"), []> { 183 !strconcat(asmstr, "\t$rx, $ry\n\tmove\t$cc, $$t8"), []> { 342 !strconcat(asmstr, "\t$rx, $ry\n\tmove\t$rz, $$t8"), []> ; 428 !strconcat(op, "\t$rt, .+4\n\t\n\tmove $rd, $rs"), []> { 454 !strconcat(op1, "\t.+4\n\tmove $rd, $rs"))), []> { 478 !strconcat(op1, "\t.+4\n\tmove $rd, $rs"))), []> {
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 123 !strconcat(asmstr, "\t$rx, $imm\n\tmove\t$cc, $$t8"), []> { 183 !strconcat(asmstr, "\t$rx, $ry\n\tmove\t$cc, $$t8"), []> { 342 !strconcat(asmstr, "\t$rx, $ry\n\tmove\t$rz, $$t8"), []> ; 428 !strconcat(op, "\t$rt, .+4\n\t\n\tmove $rd, $rs"), []> { 454 !strconcat(op1, "\t.+4\n\tmove $rd, $rs"))), []> { 478 !strconcat(op1, "\t.+4\n\tmove $rd, $rs"))), []> {
|
/external/capstone/arch/Mips/ |
D | MipsGenAsmWriter.inc | 4637 SStream_concat0(O, ", .+4\n\t\n\tmove "); 4706 SStream_concat0(O, "\n\tmove\t"); 4792 SStream_concat0(O, "\n\tbteqz\t.+4\n\tmove "); 4800 SStream_concat0(O, "\n\tbtnez\t.+4\n\tmove ");
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmWriter.inc | 6602 O << ", .+4\n\t\n\tmove "; 6707 O << "\n\tmove\t"; 6871 O << "\n\tbteqz\t.+4\n\tmove "; 6879 O << "\n\tbtnez\t.+4\n\tmove ";
|