Home
last modified time | relevance | path

Searched refs:cmpwi (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/src/signal/powerpc/
Dsigsetjmp.s7 cmpwi cr7, 4, 0
/third_party/musl/src/setjmp/powerpc/
Dlongjmp.S64 cmpwi cr7, 4, 0
/third_party/musl/src/thread/powerpc64/
Dsyscall_cp.s17 cmpwi cr7, 0, 0
/third_party/boost/boost/smart_ptr/detail/
Dsp_counted_base_cw_ppc.hpp91 cmpwi a, 0 in atomic_conditional_increment()
/third_party/musl/src/fenv/powerpc/
Dfenv.S117 cmpwi 3, -1
/third_party/musl/src/thread/powerpc/
Dclone.s49 cmpwi cr7, 3, 0 label
Dsyscall_cp.s38 cmpwi cr7, 0, 0 #compare r0 with 0, store result in cr7.
/third_party/musl/src/setjmp/powerpc64/
Dlongjmp.s76 cmpwi cr7, 4, 0
/third_party/libffi/src/powerpc/
Ddarwin_closure.S356 cmpwi 0,r0,4
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME.txt224 cmpwi cr0, r2, -1
259 cmpwi cr0, r3, 0
DREADME_ALTIVEC.txt162 cmpwi cr0, r3, 0
DPPCInstrInfo.td2370 "cmpwi $crD, $rA, $imm", IIC_IntCompare>;
4877 def : InstAlias<"cmpwi $rA, $imm", (CMPWI CR0, gprc:$rA, s16imm:$imm)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenAsmMatcher.inc4213 "cmpwi\006cntlzd\006cntlzw\006cnttzd\006cnttzw\004copy\ncopy_first\010cp"
5274 …{ 3065 /* cmpwi */, PPC::CMPWI, Convert__regCR0__RegGPRC1_0__S16Imm1_1, AMFBS_None, { MCK_RegGPRC,…
5275 …{ 3065 /* cmpwi */, PPC::CMPWI, Convert__RegCRRC1_0__RegGPRC1_1__S16Imm1_2, AMFBS_None, { MCK_RegC…
DPPCGenAsmWriter.inc9556 /* 2201 */ "cmpwi $\x02, $\xFF\x03\x03\0"
/third_party/libffi/
DChangeLog3162 Use the 'official' simplified cmpwi insn, rather than the implied one accepted by cctools.