Home
last modified time | relevance | path

Searched refs:bc1eqz (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/MC/Disassembler/Mips/mips32r6/
Dvalid-mips32r6-el.txt12 0x01 0x00 0x20 0x45 # CHECK: bc1eqz $f0, 8
13 0x01 0x00 0x3f 0x45 # CHECK: bc1eqz $f31, 8
Dvalid-mips32r6.txt73 0x45 0x20 0x00 0x01 # CHECK: bc1eqz $f0, 8
76 0x45 0x3f 0x00 0x01 # CHECK: bc1eqz $f31, 8
/external/llvm/test/MC/Disassembler/Mips/mips64r6/
Dvalid-mips64r6-el.txt12 0x01 0x00 0x20 0x45 # CHECK: bc1eqz $f0, 8
13 0x01 0x00 0x3f 0x45 # CHECK: bc1eqz $f31, 8
Dvalid-mips64r6.txt92 0x45 0x20 0x00 0x01 # CHECK: bc1eqz $f0, 8
95 0x45 0x3f 0x00 0x01 # CHECK: bc1eqz $f31, 8
/external/v8/src/mips/
Dassembler-mips.h964 void bc1eqz(int16_t offset, FPURegister ft);
965 inline void bc1eqz(Label* L, FPURegister ft) { in bc1eqz() function
966 bc1eqz(shifted_branch_offset(L), ft); in bc1eqz()
Dmacro-assembler-mips.cc2085 bc1eqz(&skip, kDoubleCompareReg); in BranchFCommon()
2196 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
2200 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
2204 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
2208 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
2228 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
2232 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
Dassembler-mips.cc2898 void Assembler::bc1eqz(int16_t offset, FPURegister ft) { in bc1eqz() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.h1023 void bc1eqz(int16_t offset, FPURegister ft);
1024 inline void bc1eqz(Label* L, FPURegister ft) { in bc1eqz() function
1025 bc1eqz(shifted_branch_offset(L), ft); in bc1eqz()
Dmacro-assembler-mips64.cc2300 bc1eqz(&skip, kDoubleCompareReg); in BranchFCommon()
2411 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
2415 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
2419 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
2423 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
2443 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
2447 bc1eqz(target, kDoubleCompareReg); in BranchShortF()
Dassembler-mips64.cc3146 void Assembler::bc1eqz(int16_t offset, FPURegister ft) { in bc1eqz() function in v8::internal::Assembler
/external/llvm/test/MC/Mips/
Dtarget-soft-float.s61 bc1eqz $f2, 123
/external/llvm/lib/Target/Mips/
DMips32r6InstrInfo.td420 class BC1EQZ_DESC : COP1_BCCZ_DESC_BASE<"bc1eqz $ft, $offset">;