Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtransform-handler.js30 var Opx = {px: 0}; variable
52 translate: ['Tt', cast([_, _, Opx]), id],
53 translatex: ['T', cast([_, Opx, Opx]), cast([_, Opx])],
54 translatey: ['T', cast([Opx, _, Opx]), cast([Opx, _])],
55 translatez: ['L', cast([Opx, Opx, _])],
89 t: Opx})[type];
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1304 unsigned Opx = (Opc == Hexagon::TFRI_f) ? 1 : 2; in expandPostRAPseudo() local
1305 APFloat FVal = MI.getOperand(Opx).getFPImm()->getValueAPF(); in expandPostRAPseudo()
1307 MI.RemoveOperand(Opx); in expandPostRAPseudo()