Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPSAssembler.cpp579 mMips->ORI(R_cmp2, R_zero, src); in dataProcessing()
708 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.h538 R_zero = 0, enumerator