Searched refs:bc1eqz (Results 1 – 12 of 12) sorted by relevance
/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/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/v8/src/mips/ |
D | assembler-mips.h | 960 void bc1eqz(int16_t offset, FPURegister ft); 961 inline void bc1eqz(Label* L, FPURegister ft) { in bc1eqz() function 962 bc1eqz(shifted_branch_offset(L), ft); in bc1eqz()
|
D | macro-assembler-mips.cc | 2042 bc1eqz(&skip, kDoubleCompareReg); in BranchFCommon() 2153 bc1eqz(target, kDoubleCompareReg); in BranchShortF() 2157 bc1eqz(target, kDoubleCompareReg); in BranchShortF() 2161 bc1eqz(target, kDoubleCompareReg); in BranchShortF() 2165 bc1eqz(target, kDoubleCompareReg); in BranchShortF() 2185 bc1eqz(target, kDoubleCompareReg); in BranchShortF() 2189 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
|
D | assembler-mips.cc | 2880 void Assembler::bc1eqz(int16_t offset, FPURegister ft) { in bc1eqz() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 1022 void bc1eqz(int16_t offset, FPURegister ft); 1023 inline void bc1eqz(Label* L, FPURegister ft) { in bc1eqz() function 1024 bc1eqz(shifted_branch_offset(L), ft); in bc1eqz()
|
D | macro-assembler-mips64.cc | 2270 bc1eqz(&skip, kDoubleCompareReg); in BranchFCommon() 2381 bc1eqz(target, kDoubleCompareReg); in BranchShortF() 2385 bc1eqz(target, kDoubleCompareReg); in BranchShortF() 2389 bc1eqz(target, kDoubleCompareReg); in BranchShortF() 2393 bc1eqz(target, kDoubleCompareReg); in BranchShortF() 2413 bc1eqz(target, kDoubleCompareReg); in BranchShortF() 2417 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
|
D | assembler-mips64.cc | 3096 void Assembler::bc1eqz(int16_t offset, FPURegister ft) { in bc1eqz() function in v8::internal::Assembler
|
/external/llvm/test/MC/Mips/ |
D | target-soft-float.s | 61 bc1eqz $f2, 123
|
/external/llvm/lib/Target/Mips/ |
D | Mips32r6InstrInfo.td | 420 class BC1EQZ_DESC : COP1_BCCZ_DESC_BASE<"bc1eqz $ft, $offset">;
|