Searched refs:bgezal (Results 1 - 4 of 4) sorted by relevance

/external/llvm/test/MC/Mips/
H A Dmips-jump-instructions.s18 # CHECK: bgezal $6, 1332 # encoding: [0x34,0x05,0xd1,0x04]
38 bgezal $6,1332
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc2223 // We need to use a bgezal or bltzal, but they can't be used directly with the
2269 bgezal(scratch, offset);
2279 bgezal(scratch, offset);
2291 bgezal(scratch, offset);
2301 bgezal(scratch, offset);
2365 bgezal(scratch, offset);
2377 bgezal(scratch, offset);
2391 bgezal(scratch, offset);
2403 bgezal(scratch, offset);
H A Dassembler-mips.h682 void bgezal(Register rs, int16_t offset);
H A Dassembler-mips.cc1066 bgezal(zero_reg, offset);
1084 void Assembler::bgezal(Register rs, int16_t offset) { function in class:v8::Assembler

Completed in 390 milliseconds