Searched defs:bc1t (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/ |
D | valid.s | 364 bc1t 8 # CHECK: bc1t 8 # encoding: [0x43,0xa0,0x00,0x04] label 368 bc1t $fcc1, 4 # CHECK: bc1t $fcc1, 4 # encoding: [0x43,0xa4,0x00,0x02] label
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 3227 void Assembler::bc1t(int16_t offset, uint16_t cc) { in bc1t() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 3544 void Assembler::bc1t(int16_t offset, uint16_t cc) { in bc1t() function in v8::internal::Assembler
|