/external/llvm/test/MC/Disassembler/Mips/mips32r6/ |
D | valid-mips32r6-el.txt | 12 0x01 0x00 0x20 0x45 # CHECK: bc1eqz $f0, 8 13 0x01 0x00 0x3f 0x45 # CHECK: bc1eqz $f31, 8
|
D | valid-mips32r6.txt | 73 0x45 0x20 0x00 0x01 # CHECK: bc1eqz $f0, 8 76 0x45 0x3f 0x00 0x01 # CHECK: bc1eqz $f31, 8
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/mips32r6/ |
D | valid-mips32r6-el.txt | 12 0x01 0x00 0x20 0x45 # CHECK: bc1eqz $f0, 8 13 0x01 0x00 0x3f 0x45 # CHECK: bc1eqz $f31, 8
|
D | valid-mips32r6.txt | 79 0x45 0x20 0x00 0x01 # CHECK: bc1eqz $f0, 8 82 0x45 0x3f 0x00 0x01 # CHECK: bc1eqz $f31, 8
|
/external/llvm/test/MC/Disassembler/Mips/mips64r6/ |
D | valid-mips64r6-el.txt | 12 0x01 0x00 0x20 0x45 # CHECK: bc1eqz $f0, 8 13 0x01 0x00 0x3f 0x45 # CHECK: bc1eqz $f31, 8
|
D | valid-mips64r6.txt | 92 0x45 0x20 0x00 0x01 # CHECK: bc1eqz $f0, 8 95 0x45 0x3f 0x00 0x01 # CHECK: bc1eqz $f31, 8
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/mips64r6/ |
D | valid-mips64r6-el.txt | 11 0x01 0x00 0x20 0x45 # CHECK: bc1eqz $f0, 8 12 0x01 0x00 0x3f 0x45 # CHECK: bc1eqz $f31, 8
|
D | valid-mips64r6.txt | 98 0x45 0x20 0x00 0x01 # CHECK: bc1eqz $f0, 8 101 0x45 0x3f 0x00 0x01 # CHECK: bc1eqz $f31, 8
|
/external/v8/src/mips/ |
D | assembler-mips.h | 1065 void bc1eqz(int16_t offset, FPURegister ft); 1066 inline void bc1eqz(Label* L, FPURegister ft) { in bc1eqz() function 1067 bc1eqz(shifted_branch_offset(L), ft); in bc1eqz()
|
D | assembler-mips.cc | 3167 void Assembler::bc1eqz(int16_t offset, FPURegister ft) { in bc1eqz() function in v8::internal::Assembler
|
D | macro-assembler-mips.cc | 2164 bc1eqz(target, kDoubleCompareReg); in BranchFalseShortF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | target-soft-float.s | 61 bc1eqz $f2, 123
|
/external/llvm/test/MC/Mips/ |
D | target-soft-float.s | 61 bc1eqz $f2, 123
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1137 void bc1eqz(int16_t offset, FPURegister ft); 1138 inline void bc1eqz(Label* L, FPURegister ft) { in bc1eqz() function 1139 bc1eqz(shifted_branch_offset(L), ft); in bc1eqz()
|
D | assembler-mips64.cc | 3483 void Assembler::bc1eqz(int16_t offset, FPURegister ft) { in bc1eqz() function in v8::internal::Assembler
|
D | macro-assembler-mips64.cc | 2678 bc1eqz(target, kDoubleCompareReg); in BranchFalseShortF()
|
/external/llvm/lib/Target/Mips/ |
D | Mips32r6InstrInfo.td | 420 class BC1EQZ_DESC : COP1_BCCZ_DESC_BASE<"bc1eqz $ft, $offset">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips32r6InstrInfo.td | 459 class BC1EQZ_DESC : COP1_BCCZ_DESC_BASE<"bc1eqz $ft, $offset">;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 4848 "bit132\002bc\004bc16\006bc1eqz\007bc1eqzc\004bc1f\005bc1fl\006bc1nez\007" 5254 …{ 796 /* bc1eqz */, Mips::BC1EQZ, Convert__FGR64AsmReg1_0__JumpTarget1_1, Feature_HasStdEnc|Featur… 8098 …eature_HasMips32r6|Feature_IsNotSoftFloat|Feature_NotInMicroMips, 796 /* bc1eqz */, MCK_FGR64AsmRe… 8099 …eature_HasMips32r6|Feature_IsNotSoftFloat|Feature_NotInMicroMips, 796 /* bc1eqz */, MCK_JumpTarget…
|