Home
last modified time | relevance | path

Searched defs:isel (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1820 __ isel(i.OutputRegister(0), kScratchReg, i.OutputRegister(0), crbit); in AssembleArchInstruction() local
1839 __ isel(i.OutputRegister(0), kScratchReg, i.OutputRegister(0), crbit); in AssembleArchInstruction() local
1865 __ isel(i.OutputRegister(1), r0, i.OutputRegister(1), crbit); in AssembleArchInstruction() local
1867 __ isel(i.OutputRegister(0), r0, i.OutputRegister(0), crbit); in AssembleArchInstruction() local
1901 __ isel(i.OutputRegister(1), r0, i.OutputRegister(1), crbit); in AssembleArchInstruction() local
2921 __ isel(dst, r0, ip, bit_number); in AssembleArchInstruction() local
3946 __ isel(cond, reg, reg, kScratchReg, cr); in AssembleArchBoolean() local
3953 __ isel(NegateCondition(cond), reg, r0, reg, cr); in AssembleArchBoolean() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuefactory.cpp361 auto isel = m_ssa_index_to_sel.find(ssa.index); in dest() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc951 void Assembler::isel(Register rt, Register ra, Register rb, int cb) { in isel() function in v8::internal::Assembler
/third_party/node/deps/v8/src/builtins/ppc/
Dbuiltins-ppc.cc3281 __ isel(eq, scratch, function_address, scratch); in CallApiFunctionAndReturn() local