Home
last modified time | relevance | path

Searched refs:R_zero (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp573 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 …]
DMIPSAssembler.h536 R_zero = 0, enumerator
DMIPS64Assembler.cpp560 mMips->ORI(R_cmp2, R_zero, src); in dataProcessing()
690 if (cond.type == SBIT_COND) { cond.r2 = R_zero; } in B()