Searched refs:R_zero (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | MIPSAssembler.cpp | 573 mMips->ORI(R_cmp2, R_zero, src); in dataProcessing() 702 if (cond.type == SBIT_COND) { cond.r2 = R_zero; } in B() 1870 BEQ(Rs, R_zero, label); in BEQZ() 1875 BNE(R_at, R_zero, label); in BNEZ() 1881 BEQ(R_at, R_zero, label); in BGE() 1887 BEQ(R_at, R_zero, label); in BGEU() 1893 BNE(R_at, R_zero, label); in BGT() 1899 BNE(R_at, R_zero, label); in BGTU() 1905 BEQ(R_at, R_zero, label); in BLE() 1911 BEQ(R_at, R_zero, label); in BLEU() [all …]
|
D | MIPSAssembler.h | 536 R_zero = 0, enumerator
|
D | MIPS64Assembler.cpp | 560 mMips->ORI(R_cmp2, R_zero, src); in dataProcessing() 690 if (cond.type == SBIT_COND) { cond.r2 = R_zero; } in B()
|